Skip to content

Commit

Permalink
saved
Browse files Browse the repository at this point in the history
  • Loading branch information
em230418 committed Mar 10, 2024
1 parent 5d6170b commit 07e7b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_pos2023/tests/test_session_close.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_late_session_close(self):
self.open_new_session()
order = self.create_ui_order_data(
[(self.product1, 1)],
payments=[(self.cash_pm, 10)],
payments=[(self.cash_pm1, 10)],
)
self.env["pos.order"].create_from_ui([order])
self.pos_session.action_pos_session_validate()
Expand Down

0 comments on commit 07e7b68

Please sign in to comment.