Test extension

* adds further checks on EcoAccount tests for proper updating of new deductable_rest attribute
This commit is contained in:
2022-10-12 08:59:38 +02:00
parent 96ee94583f
commit 587b828574
3 changed files with 18 additions and 4 deletions

View File

@@ -187,6 +187,7 @@ class BaseTestCase(TestCase):
eco_account = EcoAccount.objects.create(
identifier="TEST",
title="Test_title",
deductable_surface=500,
legal=lega_data,
responsible=responsible_data,
created=action,