diff options
Diffstat (limited to 'archaeological_context_records/tests.py')
-rw-r--r-- | archaeological_context_records/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/tests.py b/archaeological_context_records/tests.py index adfb56b01..cbb5e0775 100644 --- a/archaeological_context_records/tests.py +++ b/archaeological_context_records/tests.py @@ -725,7 +725,7 @@ class RecordRelationsTest(ContextRecordInit, TestCase): self.create_context_record({"label": u"CR 1"}) self.create_context_record({"label": u"CR 2"}) - def testRelations(self): + def test_relations(self): sym_rel_type = models.RelationType.objects.create( symmetrical=True, txt_idx='sym') rel_type_1 = models.RelationType.objects.create( |