Skip to content

Commit

Permalink
Another attempt at making the Quantifiedcode happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyklyukin committed Jan 26, 2016
1 parent c9de062 commit 72d3097
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_wale_restore.py
Expand Up @@ -92,7 +92,6 @@ def test_run(self):
with patch.object(self.wale_restore, 'create_replica_with_s3', MagicMock(return_value=0)):
self.assertEqual(self.wale_restore.run(), 0)

@staticmethod
def test_main(self):
with patch('sys.exit', MagicMock(return_value=0)):
main()
self.assertEqual(main(), None)

0 comments on commit 72d3097

Please sign in to comment.