fix(core): update

This commit is contained in:
Philipp Kunz 2021-12-20 17:07:39 +01:00
parent 0f81392b8e
commit 997a662d63

View File

@ -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 () => {