Skip to content

Commit d87fc74

Browse files
clemclxnbbeeken
andauthored
fix(NODE-5106): fix test MongoClient import
Co-authored-by: Neal Beeken <neal.beeken@mongodb.com>
1 parent ca3fa4d commit d87fc74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/mongo_client.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { expect } from 'chai';
22
import * as sinon from 'sinon';
33

4-
import { MongoClient } from '../../src';
4+
import { MongoClient } from '../mongodb';
55

66
describe('MongoClient', () => {
77
let client: MongoClient;

0 commit comments

Comments
 (0)