corrected a unit test

This commit is contained in:
jstaerk
2025-05-20 08:26:05 +02:00
parent eb6648fa77
commit 6059f489ef
2 changed files with 4 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
- #811
- #833
- #835
- #816
2.16.4
=======

View File

@@ -431,7 +431,9 @@ public class ZF2ZInvoiceImporterTest extends ResourceCase {
CalculatedInvoice i = new CalculatedInvoice();
zii.extractInto(i);
assertEquals("TOSL108", i.getNumber());
assertEquals("729", i.getGrandTotal().toString());
assertEquals("1729", i.getGrandTotal().toString());
assertEquals("729", i.getDuePayable().toString());
} catch (IOException e) {
fail("IOException not expected");