Skip to content

Commit

Permalink
[17.0][FIX] correcting test
Browse files Browse the repository at this point in the history
  • Loading branch information
edescalona committed Nov 29, 2024
1 parent edd29ab commit 0329bc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sale_rental/tests/test_sale_rental.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def test_main(self):
# Confirm the rental delivery and check the return which should
# be cancelled
rental_out_pick.action_assign()
rental_out_pick.action_set_quantities_to_reservation()
rental_out_pick.button_validate()
so2.action_confirm()
self.assertEqual(rental_in_pick.state, "cancel")

0 comments on commit 0329bc0

Please sign in to comment.