Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyasProgrammer committed Jan 24, 2024
1 parent e770145 commit bcac3a3
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 @@ -582,7 +582,7 @@ def test_subscription_oca_sub_sale_and_invoice_send_workflow(self):

def test_subscription_oca_sub_sale_and_invoice_send_workflow_2(self):
self.sub_sale_and_invoice_send.generate_invoice()
self.assertEqual(len(self.sub_sale_and_invoice_send.invoice_ids), 2)
self.assertEqual(len(self.sub_sale_and_invoice_send.invoice_ids), 1)

def test_subscription_oca_sub_stage(self):
# sale.subscription.stage
Expand Down

0 comments on commit bcac3a3

Please sign in to comment.