diff options
Diffstat (limited to 'ishtar_common/tests.py')
| -rw-r--r-- | ishtar_common/tests.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index 3e9181f30..7166f9cb7 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -1360,7 +1360,7 @@ class ShortMenuTest(TestCase):  class ImportTest(TestCase): -    def testDeleteRelated(self): +    def test_delete_related(self):          town = models.Town.objects.create(name='my-test')          self.assertEqual(models.Town.objects.filter(name='my-test').count(), 1) | 
