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-26 20:45:50 +0200 |
commit | ff154f1174a1272ee7fd07e6c7974c3fb0ef5fc7 (patch) | |
tree | 1e4c7c1958d8fa5f75fdbb8236b14990ddc5800b /archaeological_context_records | |
parent | 737587eda4391494b1c44caa5e21ad7c2ff9ef50 (diff) | |
download | Ishtar-ff154f1174a1272ee7fd07e6c7974c3fb0ef5fc7.tar.bz2 Ishtar-ff154f1174a1272ee7fd07e6c7974c3fb0ef5fc7.zip |
✅ fix tests
Diffstat (limited to 'archaeological_context_records')
-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 da6bcfc30..dc810bcab 100644 --- a/archaeological_context_records/tests.py +++ b/archaeological_context_records/tests.py @@ -534,6 +534,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 |