Skip to content

Commit 163c00c

Browse files
committed
lint: unused vars
1 parent 4cbdb6c commit 163c00c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test/tools/unified-spec-runner/entities.ts

-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ function getClient(address) {
6565
return new MongoClient(`mongodb://${address}`, getEnvironmentalOptions());
6666
}
6767

68-
type PushFunction = (e: any) => void;
69-
7068
export class UnifiedMongoClient extends MongoClient {
7169
commandEvents: CommandEvent[];
7270
cmapEvents: CmapEvent[];

test/tools/unified-spec-runner/runner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { ReadPreference } from '../../../src/read_preference';
88
import { TopologyType } from '../../../src/sdam/common';
99
import { ns } from '../../../src/utils';
1010
import { ejson } from '../utils';
11-
import { CmapEvent, CommandEvent, EntitiesMap, UnifiedMongoClient } from './entities';
11+
import { EntitiesMap, UnifiedMongoClient } from './entities';
1212
import { matchesEvents } from './match';
1313
import { executeOperationAndCheck } from './operations';
1414
import * as uni from './schema';

0 commit comments

Comments
 (0)