Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Jun 22, 2020
1 parent 831b9d5 commit 1ee2a56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_autopep8.py
Original file line number Diff line number Diff line change
Expand Up @@ -5357,7 +5357,6 @@ def test_in_place_no_modifications_no_writes(self):
stderr=PIPE,
)
_, err = p.communicate()
print(filename, err)
self.assertEqual(err, b'')
self.assertEqual(p.returncode, autopep8.EXIT_CODE_OK)

Expand All @@ -5370,7 +5369,6 @@ def test_in_place_no_modifications_no_writes_with_empty_file(self):
stderr=PIPE,
)
_, err = p.communicate()
print(filename, err)
self.assertEqual(err, b'')
self.assertEqual(p.returncode, autopep8.EXIT_CODE_OK)

Expand Down

0 comments on commit 1ee2a56

Please sign in to comment.