Browse Source

Fixed tests case name

Rafał Pitoń 10 years ago
parent
commit
f7e7400649
1 changed files with 1 additions and 1 deletions
  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):