Skip to content

Commit

Permalink
[FIX] l10n_br_cte_spec: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelsavegnago committed Oct 25, 2024
1 parent 8a756f3 commit 90db044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_br_cte_spec/tests/test_cte_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ def test_import_cte(self):
.build_fake(binding.infCte, create=False)
)

self.assertEqual(cte.cte40_infCte.cte40_exped.cte40_CNPJ, "78408960000182")
self.assertEqual(cte.cte40_exped.cte40_CNPJ, "78408960000182")

0 comments on commit 90db044

Please sign in to comment.