Rafał Pitoń 7 лет назад
Родитель
Сommit
380c96a112
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      misago/threads/tests/test_threads_bulkdelete_api.py

+ 1 - 1
misago/threads/tests/test_threads_bulkdelete_api.py

@@ -179,7 +179,7 @@ class ThreadsBulkDeleteApiTests(ThreadsApiTestCase):
                             'title': thread.title,
                         },
                         'error': "This category is closed. You can't delete threads in it.",
-                    } for thread in self.threads
+                    } for thread in reversed(self.threads)
                 ],
             },
         })