Skip to content

Commit

Permalink
Fix 904 tests to expect on correct raise line
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Nov 28, 2021
1 parent 987e539 commit 9e311d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bugbear.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def test_b904(self):
B904(10, 8),
B904(11, 4),
B904(16, 4),
B904(52, 16),
B904(55, 16),
]
self.assertEqual(errors, self.errors(*expected))

Expand Down

0 comments on commit 9e311d5

Please sign in to comment.