Skip to content

Commit b996d70

Browse files
committed
test: drop mock test response for 5.0
1 parent 012bcb6 commit b996d70

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

test/tools/mock.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ const {
1010
const { ObjectId } = require('bson');
1111
const { HostAddress } = require('../../src/utils');
1212

13-
const DEFAULT_HELLO_50 = {
14-
...DEFAULT_ISMASTER_36,
15-
serverId: new ObjectId()
16-
};
17-
1813
/**
1914
* @callback GetHostAddress
2015
* @returns {import('../../src/mongo_client').HostAddress}
@@ -77,6 +72,5 @@ module.exports = {
7772
createServer,
7873
cleanup,
7974
DEFAULT_ISMASTER,
80-
DEFAULT_ISMASTER_36,
81-
DEFAULT_HELLO_50
75+
DEFAULT_ISMASTER_36
8276
};

0 commit comments

Comments
 (0)