diff --git a/accounting_reporting_core/src/test/java/org/cardanofoundation/lob/app/accounting_reporting_core/resource/model/AccountingCorePresentationConverterTest.java b/accounting_reporting_core/src/test/java/org/cardanofoundation/lob/app/accounting_reporting_core/resource/model/AccountingCorePresentationConverterTest.java index d3f103e6..70be3b7a 100644 --- a/accounting_reporting_core/src/test/java/org/cardanofoundation/lob/app/accounting_reporting_core/resource/model/AccountingCorePresentationConverterTest.java +++ b/accounting_reporting_core/src/test/java/org/cardanofoundation/lob/app/accounting_reporting_core/resource/model/AccountingCorePresentationConverterTest.java @@ -147,6 +147,7 @@ void testBatchDetail() { TransactionItemEntity transactionItem = new TransactionItemEntity(); transactionItem.setId("txItemId"); + transactionItem.setAmountLcy(BigDecimal.valueOf(100)); Violation violation = new Violation(); violation.setTxItemId(Optional.of("txItemId")); LocalDate from = LocalDate.now();