Skip to content

Commit

Permalink
the test
Browse files Browse the repository at this point in the history
  • Loading branch information
M4rc0Russ0 committed Jul 31, 2024
1 parent 9c2a1df commit 71b7f5d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 71b7f5d

Please sign in to comment.