fix(core): update

This commit is contained in:
2021-12-20 16:58:17 +01:00
parent f6e4bfd17e
commit bf31318a95
2 changed files with 3 additions and 4 deletions

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.createInstance();
smartmongoInstance = await smartmongo.SmartMongo.createAndInit();
});
tap.test('should stop the instance', async () => {