Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Jun 16, 2023
1 parent 2f7a2bf commit ddf8be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/auth/scram_sha_256.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as sinon from 'sinon';

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

describe('SCRAM_SHA_256', function () {
beforeEach(function () {
Expand Down

0 comments on commit ddf8be8

Please sign in to comment.