fix(core): update

This commit is contained in:
Philipp Kunz 2022-06-09 00:01:29 +02:00
parent f4586d529d
commit 0e41748da5
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartmongo',
version: '2.0.5',
version: '2.0.6',
description: 'create a local mongodb for testing'
}

View File

@ -33,6 +33,7 @@ export class SmartMongo {
public async getMongoDescriptor(): Promise<plugins.smartdata.IMongoDescriptor> {
await this.readyPromise;
return {
mongoDbName: `smartmongo_testdatabase`,
mongoDbUrl: this.mongoReplicaSet.getUri(),
};
}