Skip to content

Commit 9b860d8

Browse files
committed
import
1 parent 51eff7a commit 9b860d8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/integration/client-side-encryption/client_side_encryption.prose.test.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@ const { dropCollection, APMEventCollector } = require('../shared');
99

1010
const { EJSON } = BSON;
1111
const { LEGACY_HELLO_COMMAND } = require('../../mongodb');
12-
const {
13-
MongoServerError,
14-
MongoServerSelectionError,
15-
MongoNetworkError,
16-
MongoClient
17-
} = require('../../mongodb');
12+
const { MongoServerError, MongoServerSelectionError, MongoClient } = require('../../mongodb');
1813
const { getEncryptExtraOptions } = require('../../tools/utils');
1914
const { installNodeDNSWorkaroundHooks } = require('../../tools/runner/hooks/configuration');
2015
const { coerce, gte } = require('semver');

0 commit comments

Comments
 (0)