percyashu commented on a change in pull request #982:
URL: https://github.com/apache/fineract/pull/982#discussion_r435711544
##########
File path:
fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/AccountNumberPreferencesTest.java
##########
@@ -376,7 +376,7 @@ private void
validateAccountNumberLengthAndStartsWithPrefix(final String account
Assert.assertEquals(accountNumber.length(), prefix.length() + 9);
Assert.assertTrue(accountNumber.startsWith(prefix));
} else {
- Assert.assertEquals(accountNumber.length(), 9);
+ Assert.assertEquals( 9,accountNumber.length());
Review comment:
Ok done that
----------------------------------------------------------------
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]