Browse Source

Fixed test omission

Rafał Pitoń 11 years ago
parent
commit
26058439a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/users/tests/test_ban_model.py

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

@@ -61,7 +61,7 @@ class BanTests(TestCase):
         self.assertTrue(test_ban.test_value('bob'))
         self.assertTrue(test_ban.test_value('bobby'))
 
-    def test_test_value_middle_match(self):
+    def test_test_value_ends_witch(self):
         """ban correctly tests given values"""
         test_ban = Ban(banned_value='*bob')