Skip to content

Commit 1e92f22

Browse files
committed
fix: bench error
1 parent 06af2c1 commit 1e92f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/benchmarks/driverBench/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const MongoBench = require('../mongoBench');
55
const Runner = MongoBench.Runner;
66
const commonHelpers = require('./common');
77

8-
const { LEGACY_HELLO_COMMAND } = require('../../../src/constants');
8+
const { LEGACY_HELLO_COMMAND } = require('../../../lib/constants');
99

1010
let BSON = require('bson');
1111

0 commit comments

Comments
 (0)