Skip to content

Commit a89d7e2

Browse files
committed
test(NODE-7179): migrate test/integration/connection-monitoring-and-pooling/*
1 parent f769bd6 commit a89d7e2

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

test/integration/connection-monitoring-and-pooling/connection_pool.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
type Db,
99
type MongoClient,
1010
type Server
11-
} from '../../mongodb';
11+
} from '../../../src';
1212
import { clearFailPoint, configureFailPoint, sleep } from '../../tools/utils';
1313

1414
describe('Connection Pool', function () {

test/integration/connection-monitoring-and-pooling/rtt_pinger.test.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@ import { expect } from 'chai';
22
import * as semver from 'semver';
33
import * as sinon from 'sinon';
44

5-
import {
6-
type Connection,
7-
LEGACY_HELLO_COMMAND,
8-
type MongoClient,
9-
type RTTPinger
10-
} from '../../mongodb';
5+
import { type Connection, type MongoClient, type RTTPinger } from '../../../src';
6+
import { LEGACY_HELLO_COMMAND } from '../../../src/constants';
117
import { sleep } from '../../tools/utils';
128

139
/**

0 commit comments

Comments
 (0)