Skip to content

Commit

Permalink
Update test_mdfe_serializacao.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreLumertz authored Nov 23, 2022
1 parent e5d6ab5 commit 2d3a916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mdfe_serializacao.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ def grupo_totais(self):
qCarga = self.xml_assinado.xpath('//ns:infMDFe/ns:tot/ns:qCarga', namespaces=self.ns)[0].text

self.assertEqual(qNFe, '2')
self.assertEqual(vCarga, str('{:.2f}').format('1000'))
self.assertEqual(vCarga, '1000.00')
self.assertEqual(cUnid, '01')
self.assertEqual(qCarga, '5000.0000')

Expand Down

0 comments on commit 2d3a916

Please sign in to comment.