mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[FIX] mrp_unbuild_valuation_layer_link: fix wobbly tests
This commit is contained in:
@@ -53,8 +53,8 @@ class TestUnbuild(TestMrpCommon):
|
|||||||
"You should access to the model stock.valuation.layer",
|
"You should access to the model stock.valuation.layer",
|
||||||
)
|
)
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
difference_layers,
|
sorted(difference_layers),
|
||||||
unbuild_valuation_layers,
|
sorted(unbuild_valuation_layers),
|
||||||
"You should have as domain the ids of the stock valuation belonging "
|
"You should have as domain the ids of the stock valuation belonging "
|
||||||
"to the ids of the stock moves of produce_line and consume_line",
|
"to the ids of the stock moves of produce_line and consume_line",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user