Skip to content

Commit

Permalink
[16.0][FIX] tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mourad-ehm committed Feb 20, 2024
1 parent e1b6c17 commit afe3a00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions l10n_fr_ecotaxe/tests/test_ecotaxe.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def setUpClass(cls, chart_template_ref="l10n_fr.l10n_fr_pcg_chart_template"):
"name": "Fixed Ecotax",
"ecotaxe_type": "fixed",
"default_fixed_ecotaxe": 5.0,
"ecotaxe_product_status": "M",
"ecotaxe_supplier_status": "FAB",
"product_status": "M",
"supplier_status": "FAB",
}
)
# 2- Weight-based ecotax
Expand All @@ -35,8 +35,8 @@ def setUpClass(cls, chart_template_ref="l10n_fr.l10n_fr_pcg_chart_template"):
"name": "Weight Based Ecotax",
"ecotaxe_type": "weight_based",
"ecotaxe_coef": 0.04,
"ecotaxe_product_status": "P",
"ecotaxe_supplier_status": "FAB",
"product_status": "P",
"supplier_status": "FAB",
}
)

Expand Down

0 comments on commit afe3a00

Please sign in to comment.