vorburger commented on a change in pull request #670: FINERACT-702: Integrate
SpotBugs and fix over 300 high priority issues
URL: https://github.com/apache/fineract/pull/670#discussion_r365469118
##########
File path:
fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/LoanReschedulingWithinCenterTest.java
##########
@@ -151,7 +151,7 @@ public void
testCenterReschedulingLoansWithInterestRecalculationEnabled() {
// VERIFY THE INTEREST
Float interestDue = (Float) ((HashMap)
loanRepaymnetSchedule.get(2)).get("interestDue");
- assertEquals(String.valueOf(interestDue), "90.82");
+ assertEquals(String.valueOf(interestDue), "42.38");
Review comment:
As per #682, this, and the other change in line 283 below, doesn't seem
right...
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services