mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
Fix flake8
This commit is contained in:
@@ -133,7 +133,8 @@ class TestMrpProductionRequest(TransactionCase):
|
||||
|
||||
def test_raise_errors(self):
|
||||
"""Tests user errors raising properly."""
|
||||
proc_no_bom = self.create_procurement_no_bom('TEST/05', self.test_product)
|
||||
proc_no_bom = self.create_procurement_no_bom(
|
||||
'TEST/05', self.test_product)
|
||||
proc_no_bom.run()
|
||||
self.assertEqual(proc_no_bom.state, 'exception')
|
||||
proc = self.create_procurement('TEST/05', self.product)
|
||||
|
||||
Reference in New Issue
Block a user