Skip to content

Commit 9e7b9ed

Browse files
committed
refactor: import more classes
1 parent 8a0ce07 commit 9e7b9ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/unit/cmap/connection.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ import {
1818
MongoNetworkError,
1919
MongoNetworkTimeoutError,
2020
MongoRuntimeError,
21+
Msg,
2122
ns,
22-
type OperationDescription
23+
type OperationDescription,
24+
Query
2325
} from '../../mongodb';
2426
import * as mock from '../../tools/mongodb-mock/index';
2527
import { generateOpMsgBuffer, getSymbolFrom } from '../../tools/utils';

0 commit comments

Comments
 (0)