Changes in token creation

This commit is contained in:
kowshik-plivo 2022-08-12 03:51:45 +05:30
parent 5519e14f44
commit cfa9a147c2

View file

@ -12,4 +12,5 @@ describe('Token', function () {
assert.equal(token.token, 'created')
})
});
}
});