Skip to content

Commit

Permalink
merge conflict solved
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaval Maniyar authored and Dhaval Maniyar committed Jun 9, 2022
1 parent 44668cf commit ed59d1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ public void testSavingsBalanceCheckAfterDailyInterestPostingJob() {
ArrayList<HashMap<String, Object>> transactions = (ArrayList<HashMap<String, Object>>) transactionObj;
HashMap<String, Object> interestPostingTransaction = transactions.get(transactions.size() - 48);
for (Map.Entry<String, Object> entry : interestPostingTransaction.entrySet()) {

LOG.info("{} - {}", entry.getKey(), entry.getValue().toString());
}
assertEquals("10129.582", interestPostingTransaction.get("runningBalance").toString(), "Equality check for Balance");
}

@Test
public void testSavingsDailyInterestPostingJob() {
// client activation, savings activation and 1st transaction date
Expand Down

0 comments on commit ed59d1f

Please sign in to comment.