Skip to content

Commit

Permalink
refactor(MongoMemoryReplSet): change "_initServer" to be "protected"
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Oct 12, 2020
1 parent f46d113 commit 4c32f45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ export class MongoMemoryReplSet extends EventEmitter {
* Create the one Instance (without starting them)
* @param instanceOpts Instance Options to use for this instance
*/
_initServer(instanceOpts: MongoMemoryInstancePropT): MongoMemoryServer {
protected _initServer(instanceOpts: MongoMemoryInstancePropT): MongoMemoryServer {
const serverOpts: MongoMemoryServerOptsT = {
binary: this._binaryOpts,
instance: instanceOpts,
Expand Down

0 comments on commit 4c32f45

Please sign in to comment.