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 5c62d90 commit fdb6f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging_uom/tests/test_product_packaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_compute_quantity_by_package(self):
"uom_id": self.uom_dozen.id,
}
)
self.assertAlmostEqual(product_packaging_unit.qty, 12)
self.assertAlmostEqual(product_packaging_unit.qty, 12.0)
self.assertEqual(
self.uom_dozen.category_id,
product_packaging_unit.uom_categ_domain_id,
Expand Down

0 comments on commit fdb6f7e

Please sign in to comment.