Skip to content

Commit

Permalink
style(MongoMemoryReplSet): update log to more current implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Sep 25, 2022
1 parent 78d5aee commit 256d65b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -412,7 +412,7 @@ export class MongoMemoryReplSet extends EventEmitter implements ManagerAdvanced
log('initAllServers: lenght of "servers" is higher than 0, starting existing servers');

if (this._ranCreateAuth) {
log('initAllServers: "_ranCreateAuth" is true, changing "auth" to on');
log('initAllServers: "_ranCreateAuth" is true, re-using auth');
const keyfilepath = resolve((await this.ensureKeyFile()).name, 'keyfile');
for (const server of this.servers) {
assertion(
Expand Down

0 comments on commit 256d65b

Please sign in to comment.