We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06af2c1 commit 1e92f22Copy full SHA for 1e92f22
test/benchmarks/driverBench/index.js
@@ -5,7 +5,7 @@ const MongoBench = require('../mongoBench');
5
const Runner = MongoBench.Runner;
6
const commonHelpers = require('./common');
7
8
-const { LEGACY_HELLO_COMMAND } = require('../../../src/constants');
+const { LEGACY_HELLO_COMMAND } = require('../../../lib/constants');
9
10
let BSON = require('bson');
11
0 commit comments