From 57b7bb9e76bf0b804b9133a8dfdc9644841d1fe5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= <sybren@stuvel.eu>
Date: Tue, 31 Jan 2017 15:48:17 +0100
Subject: [PATCH] Worker: Added missing call to super().tearDown() to test

---
 .../flamenco-worker-python/tests/test_runner_move_out_of_way.py  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/flamenco-worker-python/tests/test_runner_move_out_of_way.py b/packages/flamenco-worker-python/tests/test_runner_move_out_of_way.py
index 9b2d4ed6..4593db45 100644
--- a/packages/flamenco-worker-python/tests/test_runner_move_out_of_way.py
+++ b/packages/flamenco-worker-python/tests/test_runner_move_out_of_way.py
@@ -16,6 +16,7 @@ class MoveOutOfWayTest(AbstractCommandTest):
         )
 
     def tearDown(self):
+        super().tearDown()
         del self.tmpdir
 
     def test_nonexistant_source(self):
-- 
GitLab