Skip to content

Commit

Permalink
fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
Szelethus committed Apr 16, 2024
1 parent 6893514 commit 1d84767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/tests/functional/analyze/test_analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ def test_multiple_invalid_checker_names(self):
errors="ignore")
out, _ = process.communicate()

match = self.warn_missing_checker_regex.search(out)
match = self.err_missing_checker_regex.search(out)
self.assertIsNotNone(match)
self.assertTrue("non-existing-checker-name" in out)
self.assertTrue("non-existing-checker" in out)
Expand Down

0 comments on commit 1d84767

Please sign in to comment.