Skip to content

Commit

Permalink
[IMP] -
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyasProgrammer committed Sep 27, 2023
1 parent fced793 commit ad69736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subscription_oca/tests/test_subscription_oca.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def test_subscription_oca_sub_workflow(self):
inv_ids = self.env["account.move"].search(
[("subscription_id", "=", self.sub.id)]
)
self.assertEqual(len(inv_ids), 3)
self.assertEqual(len(inv_ids), 2)
self.assertEqual(sum(inv_ids.mapped("amount_total")), 3 * 30.75)
self.assertEqual(self.sub.account_invoice_ids_count, 2)
res = self.sub.action_view_account_invoice_ids()
Expand Down

0 comments on commit ad69736

Please sign in to comment.