Skip to content

Commit

Permalink
refactor(MongoMemoryReplSet): change "getInstanceOpts" to be "protected"
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Oct 12, 2020
1 parent 07937e2 commit e954806
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export class MongoMemoryReplSet extends EventEmitter {
* Returns instance options suitable for a MongoMemoryServer.
* @param baseOpts Options to merge with
*/
getInstanceOpts(baseOpts: MongoMemoryInstancePropBaseT = {}): MongoMemoryInstancePropT {
protected getInstanceOpts(baseOpts: MongoMemoryInstancePropBaseT = {}): MongoMemoryInstancePropT {
const opts: MongoMemoryInstancePropT = {
auth: !!this._replSetOpts.auth,
args: this._replSetOpts.args,
Expand Down

0 comments on commit e954806

Please sign in to comment.