From b363eadfc3d63b37759b6a98eaf83c7e746fc911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Atan=C3=A1sio?= Date: Sat, 9 Nov 2024 20:19:12 +0000 Subject: [PATCH] Fix test assert invoice name --- l10n_pt_account_invoicexpress/tests/test_invoicexpress.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n_pt_account_invoicexpress/tests/test_invoicexpress.py b/l10n_pt_account_invoicexpress/tests/test_invoicexpress.py index e8d859d8..df8ab0b1 100644 --- a/l10n_pt_account_invoicexpress/tests/test_invoicexpress.py +++ b/l10n_pt_account_invoicexpress/tests/test_invoicexpress.py @@ -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")