Browse Source

prune cache before additional tests so they won't nuke travis

Rafał Pitoń 9 years ago
parent
commit
2016ad9f3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/categories/tests/test_categories_admin_views.py

+ 1 - 1
misago/categories/tests/test_categories_admin_views.py

@@ -9,7 +9,7 @@ from misago.categories.models import Category
 
 
 class CategoryAdminViewsTests(AdminTestCase):
 class CategoryAdminViewsTests(AdminTestCase):
     def setUp(self):
     def setUp(self):
-        super(CategoryRoleAdminViewsTests, self).setUp()
+        super(CategoryAdminViewsTests, self).setUp()
 
 
         cache.clear()
         cache.clear()
         threadstore.clear()
         threadstore.clear()