summaryrefslogtreecommitdiff
path: root/archaeological_operations/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-11-15 16:29:30 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:23:19 +0100
commitb7db43100c6090937f61929430230ebab5bfbf76 (patch)
tree7d53e762723338913594ccdb42c6fa08c4bfb5ef /archaeological_operations/tests.py
parent58663c87b11bfe0b60a9861a8fddd5bbb22ca0b4 (diff)
downloadIshtar-b7db43100c6090937f61929430230ebab5bfbf76.tar.bz2
Ishtar-b7db43100c6090937f61929430230ebab5bfbf76.zip
File module refactoring - more tests for files
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r--archaeological_operations/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py
index 4adda7b19..148ef3ed1 100644
--- a/archaeological_operations/tests.py
+++ b/archaeological_operations/tests.py
@@ -3577,7 +3577,6 @@ class OperationWizardCreationTest(WizardTest, OperationInitTest, TestCase):
self.form_datas[2].set("general", "operation_type", ope_type.pk)
self.operation_number = models.Operation.objects.count()
- self.parcel_number = models.Parcel.objects.count()
super(OperationWizardCreationTest, self).pre_wizard()
def post_wizard(self):