You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Few cross-PR bugs were introduced to the tests (and tests only):
#118 added a new test, and it was broken with the modified master. The merge, however, had no conflicts. The framework's code is not broken and functions properly, as expected. It is only one test.
#126 added a new e2e test, which expected the deletion logs, which never appeared, as they were removed in #118 (no more deletion events if there are no deletion handlers).
Types of Changes
Bug fix (non-breaking change which fixes an issue)
The text was updated successfully, but these errors were encountered:
Description
Few cross-PR bugs were introduced to the tests (and tests only):
#118 added a new test, and it was broken with the modified master. The merge, however, had no conflicts. The framework's code is not broken and functions properly, as expected. It is only one test.
#126 added a new e2e test, which expected the deletion logs, which never appeared, as they were removed in #118 (no more deletion events if there are no deletion handlers).
Types of Changes
The text was updated successfully, but these errors were encountered: