Skip to content

Commit

Permalink
FINERACT-2148: Fix testProcessLatestTransaction_PassesThroughHandling…
Browse files Browse the repository at this point in the history
…PaymentAllocationForInterestBearingProgressiveLoan
  • Loading branch information
oleksii-novikov-onix committed Dec 18, 2024
1 parent 929745f commit 2b957ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ public void testProcessLatestTransaction_PassesThroughHandlingPaymentAllocationF
LoanPaymentAllocationRule loanPaymentAllocationRule = mock(LoanPaymentAllocationRule.class);
when(loan.isInterestBearing()).thenReturn(true);
when(loanProductRelatedDetail.isInterestRecalculationEnabled()).thenReturn(true);
when(loan.isTransactionBeforeChargeOff(loanTransaction)).thenReturn(true);

when(loanTransaction.getLoan()).thenReturn(loan);
when(loan.getCurrency()).thenReturn(currency);
Expand Down

0 comments on commit 2b957ff

Please sign in to comment.