Skip to content

Commit bd71051

Browse files
committed
test(NODE-7179): migrate test/integration/retryable-reads/*
1 parent 597e9c1 commit bd71051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/retryable-reads/retryable_reads.spec.prose.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable @typescript-eslint/no-non-null-assertion */
22
import { expect } from 'chai';
33

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

66
describe('Retryable Reads Spec Prose', () => {
77
let client: MongoClient, failPointName;

0 commit comments

Comments
 (0)