We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597e9c1 commit bd71051Copy full SHA for bd71051
1 file changed
test/integration/retryable-reads/retryable_reads.spec.prose.test.ts
@@ -1,7 +1,7 @@
1
/* eslint-disable @typescript-eslint/no-non-null-assertion */
2
import { expect } from 'chai';
3
4
-import { type Collection, type MongoClient } from '../../mongodb';
+import { type Collection, type MongoClient } from '../../../src';
5
6
describe('Retryable Reads Spec Prose', () => {
7
let client: MongoClient, failPointName;
0 commit comments