Skip to content

Commit 2ac31fe

Browse files
committed
[FIX] product_supplierinfo_for_customer_sale: Remove offending test
There's no price computation on the module, so there shouldn't be any test regarding this topic, or it can fail in integration tests.
1 parent 041e379 commit 2ac31fe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

product_supplierinfo_for_customer_sale/tests/test_product_supplierinfo_for_customer_sale.py

-3
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,3 @@ def test_product_supplierinfo_for_customer_sale(self):
6868
self.assertEqual(
6969
line.product_uom_qty, self.supplierinfo.min_qty,
7070
"Error: Min qty was not passed to the sale order line")
71-
self.assertEqual(
72-
line.price_unit, self.supplierinfo.price,
73-
"Error: Price was not computed as expected in the sale order line")

0 commit comments

Comments
 (0)