corrected a test

This commit is contained in:
jstaerk
2024-09-30 12:41:47 +02:00
parent f605398484
commit b21b095c1a

View File

@@ -152,7 +152,7 @@ public class ZF2PushTest extends TestCase {
} catch (IOException e) { } catch (IOException e) {
fail("IOException should not be raised"); fail("IOException should not be raised");
} }
ZUGFeRDInvoiceImporter zii = new ZUGFeRDInvoiceImporter(TARGET_PDF); ZUGFeRDInvoiceImporter zii = new ZUGFeRDInvoiceImporter(TARGET_ATTACHMENTSPDF);
Invoice i= null; Invoice i= null;
try { try {
i = zii.extractInvoice(); i = zii.extractInvoice();