diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-06-26 20:45:27 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-06-27 10:59:42 +0200 |
commit | 99c1cf4746bbb4149f7447244b8f0c28309af3d1 (patch) | |
tree | ac0ef41160b65f16bbb03c2796a92dc09637c3ec /archaeological_context_records/tests.py | |
parent | 66f6d4951bc7cd801757feca3b4a403ebedb2d64 (diff) | |
download | Ishtar-99c1cf4746bbb4149f7447244b8f0c28309af3d1.tar.bz2 Ishtar-99c1cf4746bbb4149f7447244b8f0c28309af3d1.zip |
✅ fix tests
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 136b2e24f..1a4f7fa08 100644 --- a/archaeological_context_records/tests.py +++ b/archaeological_context_records/tests.py @@ -536,6 +536,7 @@ class ContextRecordTest(ContextRecordInit, TestCase): cr = models.ContextRecord.objects.get(pk=cr.pk) cr.test_obj = test_obj cr.label = "New label!" + cr._no_down_model_update = False cr.save() # verify the relevance of the update |