Skip to content

Commit

Permalink
Fix: A priori fix for AssertionError related to tests. Issue #14
Browse files Browse the repository at this point in the history
  • Loading branch information
fils2 committed Feb 24, 2020
1 parent efc83ac commit 1a5b22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_checker/test_noqa.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
'WPS232': 0, # logically unacceptable.
'WPS233': 1,
'WPS234': 1,
'WPS235': 0, # should be 3, which right now breaks the tests
'WPS235': 3, # should be 3, which right now breaks the tests

'WPS300': 1,
'WPS301': 1,
Expand Down

0 comments on commit 1a5b22b

Please sign in to comment.