Skip to content

Commit

Permalink
fix number of tests test
Browse files Browse the repository at this point in the history
bad merge
  • Loading branch information
bernt-matthias committed May 7, 2024
1 parent 55c5d08 commit 74b19f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/tool_util/test_tool_linters.py
Original file line number Diff line number Diff line change
Expand Up @@ -2168,7 +2168,7 @@ def test_skip_by_module(lint_ctx):
def test_list_linters():
linter_names = Linter.list_listers()
# make sure to add/remove a test for new/removed linters if this number changes
assert len(linter_names) == 132
assert len(linter_names) == 133
assert "Linter" not in linter_names
# make sure that linters from all modules are available
for prefix in [
Expand Down

0 comments on commit 74b19f0

Please sign in to comment.