Skip to content

Commit

Permalink
Fix Testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadavpadma committed Sep 11, 2024
1 parent 09b7f6a commit a6641f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static NewCustomer newCustomer() {
return new NewCustomer()
.firstName("John_" + randomStr())
.lastName("Smith_" + randomStr())
.username(username));
.username(username);;
}

// See: https://docs.finicity.com/test-the-apis/#test-the-apis-5
Expand Down

0 comments on commit a6641f6

Please sign in to comment.