diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-03-09 15:58:12 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-17 13:21:27 +0200 |
commit | b1f4a23679de9a561ed8ec3be9b79e851873bc0f (patch) | |
tree | 0a765dbfd1877003c31199df7a8d3c634c879427 /archaeological_context_records/tests.py | |
parent | 3af2e203536c5f17f4a3f627c3b6990348118aa0 (diff) | |
download | Ishtar-b1f4a23679de9a561ed8ec3be9b79e851873bc0f.tar.bz2 Ishtar-b1f4a23679de9a561ed8ec3be9b79e851873bc0f.zip |
Fix document deletion - tests
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( |