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

+ 1 - 1
misago/core/tests/test_mailer.py

@@ -4,7 +4,7 @@ from django.core.urlresolvers import reverse
 from django.test import TestCase
 
 
-class MisagoFormsTests(TestCase):
+class MisagoMailerTests(TestCase):
     urls = 'misago.core.testproject.urls'
 
     def test_mail_user(self):