Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test
Browse files Browse the repository at this point in the history
cdce8p authored and jacobtylerwalls committed Jul 8, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6c383e5 commit b0b83f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lint/unittest_lint.py
Original file line number Diff line number Diff line change
@@ -311,7 +311,7 @@ def test_enable_message_block(initialized_linter: PyLinter) -> None:
# meth6
assert not linter.is_message_enabled("E1101", 57)
assert linter.is_message_enabled("E1101", 61)
assert not linter.is_message_enabled("E1101", 64)
assert linter.is_message_enabled("E1101", 64)
assert not linter.is_message_enabled("E1101", 66)

assert linter.is_message_enabled("E0602", 57)

0 comments on commit b0b83f6

Please sign in to comment.