Skip to content
Snippets Groups Projects
Commit 57b7bb9e authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Worker: Added missing call to super().tearDown() to test

parent c4ed283f
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ class MoveOutOfWayTest(AbstractCommandTest):
)
def tearDown(self):
super().tearDown()
del self.tmpdir
def test_nonexistant_source(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment