Skip to content

Commit 11bf89e

Browse files
committed
fix: dupe command function
1 parent 8c19b28 commit 11bf89e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/unit/assorted/server_discovery_and_monitoring.spec.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,9 +423,6 @@ function withConnectionStubImpl(appError) {
423423
} else {
424424
throw new MongoServerError(appError.response);
425425
}
426-
},
427-
async command(ns, cmd, options) {
428-
return this.command(ns, cmd, options);
429426
}
430427
};
431428

0 commit comments

Comments
 (0)