From cfa9a147c2ff082a611868dc22a9245b08c3f05c Mon Sep 17 00:00:00 2001 From: kowshik-plivo Date: Fri, 12 Aug 2022 03:51:45 +0530 Subject: [PATCH] Changes in token creation --- test/token.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/token.js b/test/token.js index 30af14a..5156ae8 100644 --- a/test/token.js +++ b/test/token.js @@ -12,4 +12,5 @@ describe('Token', function () { assert.equal(token.token, 'created') }) }); -} +}); +