Skip to content

Commit 0163fe5

Browse files
committed
fix: lint
1 parent 3f5b373 commit 0163fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { expect } from 'chai';
22
import { once } from 'events';
33

4-
import { MongoClient, MongoCredentials } from '../../../src';
4+
import { MongoClient } from '../../../src';
55
import { loadSpecTests } from '../../spec';
66
import { CmapTest, runCmapTestSuite } from '../../tools/cmap_spec_runner';
77

0 commit comments

Comments
 (0)