We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655e3e2 commit cabe93eCopy full SHA for cabe93e
test/unit/plugin/test_package_analyzer.py
@@ -107,5 +107,4 @@ def test_data_multiple_errors_regex(package_analyzer, default_data_lib):
107
assert res.status == ExecutionStatus.ERROR
108
assert "missing-package" in res.message
109
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
+ assert len(res.events) == 3
0 commit comments