Rafał Pitoń 10 лет назад
Родитель
Сommit
11bb6b3b94
1 измененных файлов с 0 добавлено и 1 удалено
  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]