diff --git a/test/provider/kalaydo.test.js b/test/provider/kalaydo.test.js index 1231344..5a6d2bb 100644 --- a/test/provider/kalaydo.test.js +++ b/test/provider/kalaydo.test.js @@ -12,7 +12,7 @@ describe('#kalaydo testsuite()', () => { './notification/notify': mockNotification }); - it.only('should test kalaydo provider', async () => { + it('should test kalaydo provider', async () => { return await new Promise(resolve => { const fredy = new Fredy(provider.config, null, provider.id(), 'test1'); fredy.execute().then(() => {