Browse Source

test name

Rafał Pitoń 10 years ago
parent
commit
1cff67bc51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/users/tests/test_bansmaintenance.py

+ 1 - 1
misago/users/tests/test_bansmaintenance.py

@@ -31,7 +31,7 @@ class BansMaintenanceTests(TestCase):
 
         self.assertEqual(Ban.objects.filter(is_valid=True).count(), 0)
 
-    def test_bans_caches(self):
+    def test_bans_caches_updates(self):
         """ban caches are updated"""
         # create user
         User = get_user_model()