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 7277eaef0..0de30ef31 100644 --- a/archaeological_context_records/tests.py +++ b/archaeological_context_records/tests.py @@ -618,7 +618,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} ) period = models.Period.objects.all()[0].pk |