diff options
| -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 07360f73a..34bf15ae6 100644 --- a/archaeological_context_records/tests.py +++ b/archaeological_context_records/tests.py @@ -582,7 +582,7 @@ class ContextRecordWizardCreationTest(WizardTest, ContextRecordInit, TestCase):          self.form_datas[1].form_datas['relations-record_creation'].append(              {'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()  | 
