From 8acfb21d672b140876ec668811b764b6f16028ac Mon Sep 17 00:00:00 2001 From: arash <62345618+aanersc@users.noreply.github.com> Date: Fri, 10 Jul 2020 08:27:59 +0200 Subject: [PATCH] Update geospaas/nansat_ingestor/tests.py Co-authored-by: Anton Korosov --- geospaas/nansat_ingestor/tests.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/geospaas/nansat_ingestor/tests.py b/geospaas/nansat_ingestor/tests.py index 48c99052..d3765dca 100644 --- a/geospaas/nansat_ingestor/tests.py +++ b/geospaas/nansat_ingestor/tests.py @@ -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 """