Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! edi_sale_ubl: split input/o…
Browse files Browse the repository at this point in the history
…utput
  • Loading branch information
simahawk committed Dec 9, 2024
1 parent 98fa29d commit c1cf99f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions edi_sale_ubl_input_oca/tests/test_order_in.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ def test_new_order(self):
)
# TODO: test order data. To do so, first add such tests to sale_order_import
self.assertEqual(order.order_line.mapped("edi_id"), ["1", "2"])
self.assertTrue(order.edi_state_id.code, order.EDI_STATE_ORDER_ACCEPTED)
self.assertTrue(
order.mapped("order_line.edi_state_id").code,
order.EDI_STATE_ORDER_LINE_ACCEPTED,
)

def test_cancel(self):
self.assertEqual(self.exc_record_in.edi_exchange_state, "input_received")
Expand Down

0 comments on commit c1cf99f

Please sign in to comment.