Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
kjozsa committed Jun 18, 2024
1 parent 64eaad1 commit 99dd6f2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,7 @@ public void testTransferFeeForLoansFromSavingsJobOutcome() throws InterruptedExc
final Integer loanProductID = createLoanProduct(null);
Assertions.assertNotNull(loanProductID);

final Integer loanID = applyForLoanApplication(clientID.toString(), loanProductID.toString(), savingsId.toString(),
"1 March 2013");
final Integer loanID = applyForLoanApplication(clientID.toString(), loanProductID.toString(), savingsId.toString(), "1 March 2013");
Assertions.assertNotNull(loanID);

HashMap loanStatusHashMap = LoanStatusChecker.getStatusOfLoan(requestSpec, responseSpec, loanID);
Expand Down

0 comments on commit 99dd6f2

Please sign in to comment.