We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c54385 commit 357c680Copy full SHA for 357c680
src/test/java/com/mindee/product/invoice/InvoiceV4Test.java
@@ -45,6 +45,7 @@ void whenEmptyDeserialized_mustHaveValidProperties() throws IOException {
45
Assertions.assertTrue(docPrediction.getTaxes().isEmpty());
46
Assertions.assertTrue(docPrediction.getSupplierPaymentDetails().isEmpty());
47
Assertions.assertNull(docPrediction.getSupplierName().getValue());
48
+ Assertions.assertNull(docPrediction.getTotalTax().getValue());
49
Assertions.assertTrue(docPrediction.getSupplierCompanyRegistrations().isEmpty());
50
Assertions.assertNull(docPrediction.getSupplierAddress().getValue());
51
Assertions.assertNull(docPrediction.getCustomerName().getValue());
0 commit comments