thesmallstar commented on a change in pull request #1149:
URL: https://github.com/apache/fineract/pull/1149#discussion_r453988260
##########
File path:
fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/ClientLoanIntegrationTest.java
##########
@@ -3195,7 +3195,7 @@ public void
testLoanScheduleWithInterestRecalculation_WITH_REST_SAME_AS_REPAYMEN
String prepayAmount = String.valueOf(prepayDetail.get("amount"));
validateNumberForEqualWithMsg("verify pre-close amount", "3551.93",
prepayAmount);
todaysDate = Calendar.getInstance(Utils.getTimeZoneOfTenant());
- String LOAN_REPAYMENT_DATE = dateFormat.format(todaysDate.getTime());
+ final String LOAN_REPAYMENT_DATE =
dateFormat.format(todaysDate.getTime());
Review comment:
agreed, changing.
----------------------------------------------------------------
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]