From cda77c979e232386ef24ea7a04600f16f3c32c98 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 15 Nov 2022 16:29:30 +0100 Subject: File module refactoring - more tests for files --- archaeological_operations/tests.py | 1 - 1 file changed, 1 deletion(-) (limited to 'archaeological_operations/tests.py') 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): -- cgit v1.2.3