From 997a662d63861946ebe5be86918731f6d65f75bc Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 20 Dec 2021 17:07:39 +0100 Subject: [PATCH] fix(core): update --- test/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.ts b/test/test.ts index adbbd1e..2b25a37 100644 --- a/test/test.ts +++ b/test/test.ts @@ -4,7 +4,7 @@ import * as smartmongo from '../ts/index'; let smartmongoInstance: smartmongo.SmartMongo; tap.test('should create a mongo instance', async () => { - smartmongoInstance = await smartmongo.SmartMongo.createAndInit(); + smartmongoInstance = await smartmongo.SmartMongo.createAndStart(); }); tap.test('should stop the instance', async () => {