Skip to content

Commit

Permalink
[FIX]hr_expense_cancel: payment_ids.state cancel rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mav-adhoc committed Jan 31, 2025
1 parent 9e24da0 commit 029b582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hr_expense_cancel/tests/test_hr_expense_cancel.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ def test_action_cancel_own_account(self):
payment_wizard.action_create_payments()
self.assertTrue(self.expense_sheet.payment_ids)
self.expense_sheet.action_cancel() # assertFalse(payment.exist)
self.assertFalse(self.expense_sheet.payment_ids.state != "cancel")
self.assertFalse(self.expense_sheet.payment_ids.state != "canceled")

0 comments on commit 029b582

Please sign in to comment.