Skip to content

Commit

Permalink
Fix test_b303_b304 where lines moved due to black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Aug 26, 2020
1 parent 79e2e39 commit 459403a
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 @@ -218,7 +218,7 @@ def test_b303_b304(self):
filename = Path(__file__).absolute().parent / "b303_b304.py"
bbc = BugBearChecker(filename=str(filename))
errors = list(bbc.run())
self.assertEqual(errors, self.errors(B303(25, 4), B304(42, 4)))
self.assertEqual(errors, self.errors(B303(25, 4), B304(46, 4)))

def test_b306(self):
filename = Path(__file__).absolute().parent / "b306.py"
Expand Down

0 comments on commit 459403a

Please sign in to comment.