Skip to content

Commit

Permalink
[FIX] account_ecotax: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalyi committed Oct 5, 2024
1 parent 58d2440 commit 2c6b35d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions account_ecotax/tests/test_ecotax.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def setUpClass(cls, chart_template_ref=None):
"ecotax_type": "fixed",
"default_fixed_ecotax": 5.0,
"product_status": "M",
"supplier_status": "FAB",
"supplier_status": "MAN",
}
)
cls.ecotax_fixed.sale_ecotax_ids = cls.invoice_fixed_ecotax
Expand All @@ -203,7 +203,7 @@ def setUpClass(cls, chart_template_ref=None):
"ecotax_type": "weight_based",
"ecotax_coef": 0.04,
"product_status": "P",
"supplier_status": "FAB",
"supplier_status": "MAN",
}
)
cls.ecotax_weight.sale_ecotax_ids = cls.invoice_weight_based_ecotax
Expand Down

0 comments on commit 2c6b35d

Please sign in to comment.