summaryrefslogtreecommitdiff
path: root/archaeological_context_records/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_context_records/tests.py')
-rw-r--r--archaeological_context_records/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/tests.py b/archaeological_context_records/tests.py
index b613b837e..60fbaa65e 100644
--- a/archaeological_context_records/tests.py
+++ b/archaeological_context_records/tests.py
@@ -595,7 +595,7 @@ class ContextRecordWizardCreationTest(WizardTest, ContextRecordInit, TestCase):
'relations',
{'right_record': self.related_cr.pk,
'relation_type': models.RelationType.objects.create(
- label="Test").pk}
+ label="Test", symmetrical=False).pk}
)
self.cr_nb = models.ContextRecord.objects.count()