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")