Skip to content

Commit

Permalink
date
Browse files Browse the repository at this point in the history
  • Loading branch information
kjozsa committed Jun 18, 2024
1 parent 99dd6f2 commit b100a94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ private Integer createLoanForClient(Integer clientID) {
Assertions.assertNotNull(loanProductID);
HashMap loanStatusHashMap;

Integer loanID = applyForLoanApplication(clientID.toString(), loanProductID.toString(), "10 January 2020");
Integer loanID = applyForLoanApplication(clientID.toString(), loanProductID.toString(), "1 March 2020");

Assertions.assertNotNull(loanID);

Expand Down

0 comments on commit b100a94

Please sign in to comment.