Skip to content

Commit

Permalink
testcase typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 committed Mar 26, 2024
1 parent 55a1937 commit 513814b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/razorpay/CustomerClientTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ public void testDeleteBankAccount() throws RazorpayException {

JSONObject mockedResponseJson = new JSONObject();
mockedResponseJson.put("id", "ba_LSZht1Cm7xFTwF");
mockedResponseJson.put("entity", "bank_account");
mockedResponseJson.put("entity", "customer");
mockedResponseJson.put("ifsc", "ICIC0001207");
mockedResponseJson.put("bank_name", "ICICI Bank");
mockedResponseJson.put("name", "Gaurav Kumar");
Expand Down

0 comments on commit 513814b

Please sign in to comment.