percyashu commented on a change in pull request #1179:
URL: https://github.com/apache/fineract/pull/1179#discussion_r500132405
##########
File path:
fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/ClientLoanIntegrationTest.java
##########
@@ -755,7 +757,7 @@ public void testLoanCharges_DISBURSEMENT_WITH_TRANCHES() {
final Integer loanProductID = createLoanProduct(true, NONE);
List<HashMap> tranches = new ArrayList<>();
- tranches.add(createTrancheDetail("1 March 2014", "25000"));
+ tranches.add(createTrancheDetail("01 March 2014", "25000"));
Review comment:
Can't see anyway now. But will look into this.
----------------------------------------------------------------
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]