Skip to content

Commit

Permalink
[FIX] test production state - perhaps different on local
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocorato committed Nov 12, 2024
1 parent e753fd0 commit 130f832
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,4 @@ def test_01_mo_from_sale_manual_procurement(self):
mo_form.qty_producing = 3
production = mo_form.save()
production.button_mark_done()
self.assertEqual(production.state, "to_close")
self.assertEqual(production.state, "progress")

0 comments on commit 130f832

Please sign in to comment.