Skip to content

Commit cabe93e

Browse files
committed
cleanup
1 parent 655e3e2 commit cabe93e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/unit/plugin/test_package_analyzer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,4 @@ def test_data_multiple_errors_regex(package_analyzer, default_data_lib):
107107
assert res.status == ExecutionStatus.ERROR
108108
assert "missing-package" in res.message
109109
assert "another-missing" in res.message
110-
# Note: error count is automatically added by TaskResult.finalize() based on logged events
111-
assert len(res.events) == 3 # Should have 3 error events logged
110+
assert len(res.events) == 3

0 commit comments

Comments
 (0)