ruchiD commented on code in PR #3889:
URL: https://github.com/apache/fineract/pull/3889#discussion_r1599691022
##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/CustomSnapshotEventIntegrationTest.java:
##########
@@ -64,7 +64,6 @@ public void
testSnapshotEventGenerationWhenLoanInstallmentIsNotPayed() {
// Create Loan Product
PostLoanProductsRequest loanProductsRequest =
create1InstallmentAmountInMultiplesOf4Period1MonthLongWithInterestAndAmortizationProduct(
InterestType.FLAT, AmortizationType.EQUAL_INSTALLMENTS);
- loanProductsRequest.setEnableInstallmentLevelDelinquency(true);
Review Comment:
I found this setting unnecessary as tests were for CustomSnapshot event,
delinquency was not getting calculated at any level as delinquency bucket was
also not defined...
--
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]