summaryrefslogtreecommitdiffstats
path: root/tests/duplicates/test_duplicates.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/duplicates/test_duplicates.py')
-rw-r--r--tests/duplicates/test_duplicates.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/duplicates/test_duplicates.py b/tests/duplicates/test_duplicates.py
index e7e05e97..74edc6c4 100644
--- a/tests/duplicates/test_duplicates.py
+++ b/tests/duplicates/test_duplicates.py
@@ -24,8 +24,8 @@ from tests.base import get_scenarios
from tests.base import mock
-class TestCaseModuleDuplicates(TestWithScenarios, TestCase,
- SingleJobTestCase):
+class TestCaseModuleDuplicates(TestWithScenarios,
+ SingleJobTestCase, TestCase):
fixtures_path = os.path.join(os.path.dirname(__file__), 'fixtures')
scenarios = get_scenarios(fixtures_path)