summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2018-11-30 21:03:03 +0100
committerJelle van der Waa <jelle@vdwaa.nl>2018-11-30 21:03:03 +0100
commit4572b1f3a7afd12033cd55f1f610443604274934 (patch)
tree9a9d8c5ccdf3b73bfaaf2b319bbade64c9fc5307
parent890937ac9fde08789f6ff1f9c85474706d8aca37 (diff)
downloadarchweb-4572b1f3a7afd12033cd55f1f610443604274934.tar.gz
archweb-4572b1f3a7afd12033cd55f1f610443604274934.zip
devel: fix class name in test
-rw-r--r--devel/tests/test_rematch_developers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tests/test_rematch_developers.py b/devel/tests/test_rematch_developers.py
index 46671041..395cb63d 100644
--- a/devel/tests/test_rematch_developers.py
+++ b/devel/tests/test_rematch_developers.py
@@ -5,7 +5,7 @@ from django.core.management import call_command
from django.test import TransactionTestCase
-class RepoReadTest(TransactionTestCase):
+class RematchDeveloperTest(TransactionTestCase):
fixtures = ['main/fixtures/arches.json', 'main/fixtures/repos.json']
def test_rematch_developers(self):