Skip to content

Commit

Permalink
Merge pull request apache#535 from vishwasbabu/develop
Browse files Browse the repository at this point in the history
FINERACT-716
  • Loading branch information
vishwasbabu authored Mar 1, 2019
2 parents 17d8be9 + 576c8cc commit d4d5427
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1634,9 +1634,10 @@ public void testSavingsAccountPostInterestWithOverdraft() {
final String INTEREST_POSTING_DATE = dateFormat.format(interestPostingDate.getTime());
final String TODYS_POSTING_DATE = dateFormat.format(todysDate.getTime());
String withdrawBalance = "true";


if (TODYS_POSTING_DATE.equalsIgnoreCase(INTEREST_POSTING_DATE)) {
final SavingsAccountHelper validationErrorHelper = new SavingsAccountHelper(this.requestSpec, errorResponse);
final SavingsAccountHelper validationErrorHelper = new SavingsAccountHelper(this.requestSpec, responseSpec);
validationErrorHelper.closeSavingsAccountPostInterestAndGetBackRequiredField(savingsId, withdrawBalance,
CommonConstants.RESPONSE_ERROR, CLOSEDON_DATE);
} else {
Expand Down

0 comments on commit d4d5427

Please sign in to comment.