Skip to content

Commit

Permalink
fixup! edi_sale_ubl: fix tests, handle increased qty
Browse files Browse the repository at this point in the history
  • Loading branch information
simahawk committed Aug 7, 2023
1 parent 80a16d6 commit 566f105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edi_sale_ubl_oca/tests/test_order_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def test_state_partially_accepted(self):
],
)
# get more qty for line 1
line1.with_context(foo=0).product_uom_qty = orig_qties[line1.id] + 1
line1.product_uom_qty = orig_qties[line1.id] + 1
self.assertEqual(
order.edi_state_id.code, order.EDI_STATE_ORDER_CONDITIONALLY_ACCEPTED
)
Expand Down

0 comments on commit 566f105

Please sign in to comment.