Skip to content

Commit 9e311d5

Browse files
committed
Fix 904 tests to expect on correct raise line
1 parent 987e539 commit 9e311d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_bugbear.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def test_b904(self):
310310
B904(10, 8),
311311
B904(11, 4),
312312
B904(16, 4),
313-
B904(52, 16),
313+
B904(55, 16),
314314
]
315315
self.assertEqual(errors, self.errors(*expected))
316316

0 commit comments

Comments
 (0)