Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshkumar-plivo committed Nov 8, 2023
1 parent 2339228 commit 59fb496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/plivo/api/VerifySessionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void invalidSessionCreated() throws Exception {
public void sessionCreated() throws Exception {
expectResponse("createSession.json", 202);

VerifySession.creator(null,"+918707046409", null, null, null)
VerifySession.creator(null,"+918707046401", null, null, null)
.create();
}

Expand Down

0 comments on commit 59fb496

Please sign in to comment.