Skip to content

Commit

Permalink
Testcases added for verify APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
rajneeshkatkam-plivo committed Sep 13, 2023
1 parent 20277fd commit 5bd4cda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Plivo.Test/Resources/TestVerifySession.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void TestVerifySessionGet()
response
);

Assert.IsEmpty(ComparisonUtilities.Compare(response, Api.VerifySession.Get(session_uuid: "4124e518-a8c9-4feb-8cff-d86636ba9234")));
Assert.Empty(ComparisonUtilities.Compare(response, Api.VerifySession.Get(session_uuid: "4124e518-a8c9-4feb-8cff-d86636ba9234")));
AssertRequest(request);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void TestVerifySessionGet()
response
);

Assert.IsEmpty(ComparisonUtilities.Compare(response, Api.VerifySession.Get(session_uuid: "4124e518-a8c9-4feb-8cff-d86636ba9234")));
Assert.Empty(ComparisonUtilities.Compare(response, Api.VerifySession.Get(session_uuid: "4124e518-a8c9-4feb-8cff-d86636ba9234")));
AssertRequest(request);
}

Expand Down

0 comments on commit 5bd4cda

Please sign in to comment.