Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelTorrecillas committed Jan 15, 2025
1 parent 131245e commit 5033f7d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packaging_uom/tests/test_product_packaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ def test_compute_quantity_by_package(self):
(
"name",
"=",
"%s %f"
% (
"%s %f".format(
product_packaging_dozen.product_id.uom_id.category_id.name,
float(524),
),
Expand All @@ -128,8 +127,7 @@ def test_compute_quantity_by_package(self):
(
"name",
"=",
"%s %f"
% (
"%s %f".format(
product_packaging_dozen.product_id.uom_id.category_id.name,
float(524),
),
Expand Down

0 comments on commit 5033f7d

Please sign in to comment.