Skip to content

Commit

Permalink
Update geospaas/nansat_ingestor/tests.py
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Korosov <[email protected]>
  • Loading branch information
opsdep and akorosov committed Jul 10, 2020
1 parent 326b33c commit 8acfb21
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions geospaas/nansat_ingestor/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ def setUp(self):
self.mock_isfile = self.patcher2.start()
self.mock_isfile.return_value = True

def tearDown(self):
self.patcher.stop()
self.patcher2.stop()

def mock_get_metadata(self, *args):
""" Mock behaviour of Nansat.get_metadata method """
Expand Down

0 comments on commit 8acfb21

Please sign in to comment.