diff options
Diffstat (limited to 'ishtar_common/tests.py')
-rw-r--r-- | ishtar_common/tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index 4b4f38e4a..8745b079d 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -103,7 +103,6 @@ class MergeTest(TestCase): self.assertTrue(self.person_types[1] in self.person_3.person_types.all()) class ImportKeyTest(TestCase): - def testKeys(self): content_type = ContentType.objects.get_for_model(models.OrganizationType) |