diff options
Diffstat (limited to 'archaeological_operations/tests.py')
| -rw-r--r-- | archaeological_operations/tests.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py index ab485572a..25f278880 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -806,6 +806,7 @@ class OperationTest(TestCase, OperationInitTest):          self.assertEqual(ope_id, '{}2011-1'.format(              settings.ISHTAR_DEF_OPE_PREFIX)) +        operation = models.Operation.objects.get(pk=operation.pk)          operation.code_patriarche = '666'          operation.save()          cr = ContextRecord.objects.get(pk=cr.pk) | 
