Skip to content

Commit f799a4b

Browse files
committed
test(NODE-7179): import client from src
1 parent aec8961 commit f799a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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('mongodb');
3+
const { MongoClient } = require('../../../../src');
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

0 commit comments

Comments
 (0)