Rafał Pitoń 10 лет назад
Родитель
Сommit
c28b55d6ff
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      misago/forums/tests/test_synchronizeforums.py

+ 1 - 1
misago/forums/tests/test_synchronizeforums.py

@@ -8,7 +8,7 @@ from misago.forums.models import Forum
 
 
 class SynchronizeForumsTests(TestCase):
-    def test_forumss_sync(self):
+    def test_forums_sync(self):
         """command synchronizes forums"""
         forum = Forum.objects.all_forums().filter(role="forum")[:1][0]