diff options
Diffstat (limited to 'archaeological_context_records/tests.py')
-rw-r--r-- | archaeological_context_records/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/tests.py b/archaeological_context_records/tests.py index 32e97c730..aa98d83a8 100644 --- a/archaeological_context_records/tests.py +++ b/archaeological_context_records/tests.py @@ -292,6 +292,7 @@ class ContextRecordTest(ContextRecordInit, TestCase): cr.label = "Label label" cr.location = "I am heeere" cr.save() + cr = models.ContextRecord.objects.get(pk=cr.pk) for key in ('label', 'heeer'): self.assertIn(key, cr.search_vector) cr.operation.code_patriarche = "PATRIARCHE" |