Skip to content

Commit

Permalink
test: drop mock test response for 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Jul 22, 2021
1 parent 012bcb6 commit b996d70
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/tools/mock.js
Expand Up @@ -10,11 +10,6 @@ const {
const { ObjectId } = require('bson');
const { HostAddress } = require('../../src/utils');

const DEFAULT_HELLO_50 = {
...DEFAULT_ISMASTER_36,
serverId: new ObjectId()
};

/**
* @callback GetHostAddress
* @returns {import('../../src/mongo_client').HostAddress}
Expand Down Expand Up @@ -77,6 +72,5 @@ module.exports = {
createServer,
cleanup,
DEFAULT_ISMASTER,
DEFAULT_ISMASTER_36,
DEFAULT_HELLO_50
DEFAULT_ISMASTER_36
};

0 comments on commit b996d70

Please sign in to comment.