Skip to content

Commit

Permalink
UTs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Abinaya-Shunmugavel committed Jul 18, 2023
1 parent 73ddd66 commit 06246aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/calls.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ describe('calls', function () {
})
});
it('should list masking session!', function () {
client.calls.listMaskingSession("197aa6e0-1abe-4d1c-b887-2b2406764360")
client.calls.listMaskingSession()
.then(function (response) {
assert.equal(response.length, 2)
})
Expand Down

0 comments on commit 06246aa

Please sign in to comment.