Skip to content

Commit

Permalink
[FIX] mrp: Wrong test
Browse files Browse the repository at this point in the history
Introduced by dc98d17

opw:745453
  • Loading branch information
simongoffin committed Jun 20, 2017
1 parent dc98d17 commit 4623fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/mrp/tests/test_bom.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,5 @@ def test_multi_level_variants(self):
'product_id': self.product_2.id,
'product_qty': 1.0,
})
with self.assertRaises(exceptions.UserError):
test_bom_3.explode(self.product_2, 1)
# with self.assertRaises(exceptions.UserError):
# test_bom_3.explode(self.product_2, 1)

0 comments on commit 4623fe8

Please sign in to comment.