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 c645182 commit 5c62d90
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packaging_uom/tests/test_product_packaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ def test_compute_quantity_by_package(self):
}
)
self.assertAlmostEqual(product_packaging_dozen.qty, 1)
product_packaging_unit = self.packaging_obj.with_context(
default_product_id=self.product_unit.id
).create(
product_packaging_unit = self.packaging_obj.create(
{
"name": "PACKAGING 2",
"product_id": self.product_unit.id,
Expand Down

0 comments on commit 5c62d90

Please sign in to comment.