Browse Source

Code cleanup

Rafał Pitoń 10 years ago
parent
commit
11bb6b3b94
1 changed files with 0 additions and 1 deletions
  1. 0 1
      misago/threads/tests/test_newthreads_view.py

+ 0 - 1
misago/threads/tests/test_newthreads_views.py → misago/threads/tests/test_newthreads_view.py

@@ -43,7 +43,6 @@ class AuthenticatedTests(AuthenticatedUserTestCase):
         self.assertEqual(response.status_code, 200)
         self.assertIn("There are no threads from last", response.content)
 
-
     def test_multipage_threads_list(self):
         """multipage threads list is rendered"""
         forum = Forum.objects.all_forums().filter(role="forum")[:1][0]