Skip to content

Commit ddf8be8

Browse files
fix import
1 parent 2f7a2bf commit ddf8be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/auth/scram_sha_256.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as sinon from 'sinon';
33

44
// eslint-disable-next-line @typescript-eslint/no-restricted-imports
55
import * as deps from '../../../src/deps';
6-
import { type MongoClient } from '../../mongodb';
6+
import { type MongoClient } from '../../../src/mongo_client';
77

88
describe('SCRAM_SHA_256', function () {
99
beforeEach(function () {

0 commit comments

Comments
 (0)