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_files/tests.py | |
parent | 737587eda4391494b1c44caa5e21ad7c2ff9ef50 (diff) | |
download | Ishtar-ff154f1174a1272ee7fd07e6c7974c3fb0ef5fc7.tar.bz2 Ishtar-ff154f1174a1272ee7fd07e6c7974c3fb0ef5fc7.zip |
✅ fix tests
Diffstat (limited to 'archaeological_files/tests.py')
-rw-r--r-- | archaeological_files/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_files/tests.py b/archaeological_files/tests.py index 47d0339e8..ee323591a 100644 --- a/archaeological_files/tests.py +++ b/archaeological_files/tests.py @@ -695,6 +695,7 @@ class FileOperationTest(TestCase, OperationInitTest, FileInit): # no parcel on the file -> new parcels are copied from the # operation self.operation.associated_file = self.item + self.operation._no_down_model_update = False self.operation.save() self.assertEqual(self.item.parcels.count(), initial_nb + 10) # parcel owner well attached |