Skip to content

Commit

Permalink
fix(MongoMemoryReplSet::cleanup): reset "_ranCreateAuth" on cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Aug 17, 2022
1 parent a8733dc commit 2fc87e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,7 @@ export class MongoMemoryReplSet extends EventEmitter implements ManagerAdvanced
}

this.servers = [];
this._ranCreateAuth = false;

return;
}
Expand Down

0 comments on commit 2fc87e7

Please sign in to comment.