josehernandezfintecheandomx commented on code in PR #2519:
URL: https://github.com/apache/fineract/pull/2519#discussion_r973174872
##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanReschedulingWithinCenterTest.java:
##########
@@ -320,7 +320,7 @@ public void
testCenterReschedulingMultiTrancheLoansWithInterestRecalculationEnab
// VERIFY THE INTEREST
Float interestDue = (Float) ((HashMap)
loanRepaymnetSchedule.get(2)).get("interestDue");
- assertEquals("41.05", String.valueOf(interestDue));
+ assertEquals("45.41", String.valueOf(interestDue));
Review Comment:
It was set as original amount in the case
##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanRepaymentRescheduleAtDisbursementTest.java:
##########
@@ -134,11 +134,11 @@ public void testLoanRepaymentRescheduleAtDisbursement() {
Calendar date = Calendar.getInstance(Utils.getTimeZoneOfTenant());
date.set(2015, Calendar.MARCH, 16);
expectedvalues.put("dueDate", getDateAsArray(date, 0));
- expectedvalues.put("principalDue", "834.71");
Review Comment:
It was set as original amount in the case
--
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]