Skip to content

Commit 1651321

Browse files
committed
fix path to main index
1 parent a5cb6c5 commit 1651321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/promise-wrappers/test-promise-wrappers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var createConnection = require('../../../promise.js').createConnection;
1313
var createPool = require('../../../promise.js').createPool;
1414

1515
// it's lazy exported from main index.js as well. Test that it's same function
16-
var mainExport = require('../../index.js').createConnectionPromise;
16+
var mainExport = require('../../../index.js').createConnectionPromise;
1717
assert.equal(mainExport, createConnection);
1818

1919
var doneCalled = false;

0 commit comments

Comments
 (0)