We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f7a2bf commit ddf8be8Copy full SHA for ddf8be8
test/integration/auth/scram_sha_256.test.ts
@@ -3,7 +3,7 @@ import * as sinon from 'sinon';
3
4
// eslint-disable-next-line @typescript-eslint/no-restricted-imports
5
import * as deps from '../../../src/deps';
6
-import { type MongoClient } from '../../mongodb';
+import { type MongoClient } from '../../../src/mongo_client';
7
8
describe('SCRAM_SHA_256', function () {
9
beforeEach(function () {
0 commit comments