Skip to content

Commit

Permalink
Drop print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
lamby committed Sep 24, 2019
1 parent cfb05a6 commit 38d8dda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/tests_migrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def run_command(self, command, expect_failure=False):
self.assertNotEqual(e.returncode, 0)
failed = True
else:
print(e.output)
self.assertEqual(e.returncode, 0)

self.assertEqual(failed, expect_failure)
Expand Down

0 comments on commit 38d8dda

Please sign in to comment.