Skip to content

Commit

Permalink
corregir tests sii
Browse files Browse the repository at this point in the history
  • Loading branch information
nvillarroya committed Jan 24, 2025
1 parent 9a08188 commit 74b99ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/serialization_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ def group_by_tax_rate(iva_values, in_invoice):
)

with it('el ID debe ser el NIF del emisor'):
nif_emisor = self.in_invoice.partner_id.vat[2:]
nif_emisor = self.in_invoice.partner_id.vat
expect(
self.emisor_factura['IDOtro']['ID']
).to(equal(nif_emisor))
Expand Down Expand Up @@ -900,7 +900,7 @@ def group_by_tax_rate(iva_values, in_invoice):
)

with it('el ID debe ser el NIF del emisor'):
nif_emisor = self.in_invoice.partner_id.vat[2:]
nif_emisor = self.in_invoice.partner_id.vat
expect(
self.emisor_factura['IDOtro']['ID']
).to(equal(nif_emisor))
Expand Down

0 comments on commit 74b99ae

Please sign in to comment.