adamsaghy commented on code in PR #2739:
URL: https://github.com/apache/fineract/pull/2739#discussion_r1022885029
##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanTransactionChargebackTest.java:
##########
@@ -160,7 +159,7 @@ public void applyLoanTransactionChargebackInLongTermLoan() {
}
loanTransactionHelper.evaluateLoanSummaryAdjustments(getLoansLoanIdResponse,
Double.valueOf(baseAmount));
-
DelinquencyBucketsHelper.evaluateLoanCollectionData(getLoansLoanIdResponse, 0,
Double.valueOf("333.33"));
+
DelinquencyBucketsHelper.evaluateLoanCollectionData(getLoansLoanIdResponse, 0,
Double.valueOf("0.00"));
Review Comment:
Would you please extend this test case to increase the business date by 1
and run the COB and check the collectiondata will be updated with the proper
details?
--
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]