Skip to content

Commit

Permalink
fixed the utcs
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshkumar-plivo committed Aug 9, 2023
1 parent cefed9c commit 93e6621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('session', function () {
it('list sessions', function () {
return client.verify_session.list()
.then(function (session) {
assert.equal(session[0].count, 1)
assert.equal(session.sessions[0].count, 1)
})
});

Expand Down

0 comments on commit 93e6621

Please sign in to comment.