Skip to content

Commit 04fb926

Browse files
committed
test(NODE-7179): revert changes in examples/ folder
1 parent f799a4b commit 04fb926

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/integration/node-specific/examples/transactions.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
const { MongoClient } = require('../../../../src');
3+
const { MongoClient } = require('../../../mongodb');
44

55
// Yes, we are shadowing a global here but we are not actually ever printing anything in this file
66
// This just so the examples can use console.log to make for nice copy pasting

test/integration/node-specific/examples/versioned_api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict';
2-
const { MongoClient } = require('mongodb');
2+
const { MongoClient } = require('../../../mongodb');
33

44
describe('examples.versionedApi:', function () {
55
let uri;

0 commit comments

Comments
 (0)