galovics commented on code in PR #4589:
URL: https://github.com/apache/fineract/pull/4589#discussion_r2046348531
##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/ExternalBusinessEventTest.java:
##########
@@ -942,8 +942,8 @@ public void
testInterestPaymentWaiverNotReverseReplayOnCreationAndHasGeneratedEx
externalEventHelper.enableBusinessEvent("LoanAdjustTransactionBusinessEvent");
AtomicReference<Long> loanIdRef = new AtomicReference<>();
runAt("15 January 2025", () -> {
- PostLoanProductsResponse loanProductResponse =
loanProductHelper
-
.createLoanProduct(create4IProgressive().isInterestRecalculationEnabled(true));
+ PostLoanProductsResponse loanProductResponse =
loanProductHelper.createLoanProduct(create4IProgressive()
+
.isInterestRecalculationEnabled(true).recalculationRestFrequencyType(2).recalculationRestFrequencyInterval(1));
Review Comment:
I think we have these enums in the BaseLoanIntegrationTest class (at the
end), don't we?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]