Skip to content

Commit 5505c68

Browse files
committed
remove unused import
1 parent ce50731 commit 5505c68

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/integration/client-side-operations-timeout/node_csot.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
/* Anything javascript specific relating to timeouts */
22
import { expect } from 'chai';
3-
import * as sinon from 'sinon';
43

54
import {
65
type ClientSession,
76
type Collection,
87
type CommandStartedEvent,
9-
CountOperation,
108
type Db,
119
type FindCursor,
1210
LEGACY_HELLO_COMMAND,
@@ -16,10 +14,6 @@ import {
1614
} from '../../mongodb';
1715

1816
describe('CSOT driver tests', () => {
19-
afterEach(() => {
20-
sinon.restore();
21-
});
22-
2317
describe('timeoutMS inheritance', () => {
2418
let client: MongoClient;
2519
let db: Db;

0 commit comments

Comments
 (0)