Skip to content

Commit

Permalink
Fix test assert invoice name
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLegendaryJedi authored and dreispt committed Nov 16, 2024
1 parent 53e9907 commit b363ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_pt_account_invoicexpress/tests/test_invoicexpress.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ def test_101_create_invoicexpress_invoice(self, mock_request):
invoice.action_post()
self.assertEqual(invoice.invoicexpress_doc_type, "invoice_receipt")
self.assertEqual(invoice.invoicexpress_id, "12345678")
self.assertEqual(invoice.name, "FR MYSEQ/123")
self.assertEqual(invoice.name, "FR, MYSEQ/123")

0 comments on commit b363ead

Please sign in to comment.