Browse Source

Changed name for posting test suite

Rafał Pitoń 10 years ago
parent
commit
02d18c9c96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/threads/tests/test_posting_views.py

+ 1 - 1
misago/threads/tests/test_editor_view.py → misago/threads/tests/test_posting_views.py

@@ -10,7 +10,7 @@ from misago.users.testutils import AuthenticatedUserTestCase
 from misago.threads.models import Thread, Post
 
 
-class StartThreadFormTests(AuthenticatedUserTestCase):
+class StartThreadTests(AuthenticatedUserTestCase):
     ajax_header = {'HTTP_X_REQUESTED_WITH': 'XMLHttpRequest'}
 
     def setUp(self):