diff --git a/l10n_br_fiscal/tests/test_fiscal_document_generic.py b/l10n_br_fiscal/tests/test_fiscal_document_generic.py index 916e1ebce7a6..99878883aef0 100644 --- a/l10n_br_fiscal/tests/test_fiscal_document_generic.py +++ b/l10n_br_fiscal/tests/test_fiscal_document_generic.py @@ -571,7 +571,7 @@ def test_nfe_export(self): else: self.assertEqual( line.ipi_tax_id.name, - "IPI 5%", + "IPI 3.25%", "Error to mapping IPI 5%" " for Venda de Contribuinte Dentro do Estado.", ) @@ -1053,9 +1053,7 @@ def test_nfe_comments(self): additional_data = self.nfe_not_taxpayer.fiscal_line_ids[0].additional_data self.assertEqual( additional_data, - "manual comment test - Valor Aprox. dos Tributos: R$ 0,00", - # TODO FIXME changed 0.00 to 0,00 to get tests pass on v13, but not - # correct + "manual comment test", ) def test_fields_freight_insurance_other_costs(self):