Skip to content

Commit

Permalink
Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Aug 13, 2024
1 parent 50826ae commit 3601fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion items_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func TestDettaglioLinee(t *testing.T) {

assert.Equal(t, "SC", sm.Tipo)
assert.Equal(t, "10.00", sm.Percentuale)
assert.Equal(t, "180.00", sm.Importo)
assert.Equal(t, "9.00", sm.Importo)

dl = doc.FatturaElettronicaBody[0].DatiBeniServizi.DettaglioLinee[1]

Expand Down

0 comments on commit 3601fbd

Please sign in to comment.