diff --git a/test/integration/crud/explain.test.ts b/test/integration/crud/explain.test.ts index 68389d044c..12fa3b3617 100644 --- a/test/integration/crud/explain.test.ts +++ b/test/integration/crud/explain.test.ts @@ -1,6 +1,12 @@ import { expect } from 'chai'; -import { type Collection, type Db, type MongoClient, MongoServerError } from '../../mongodb'; +import { + type Collection, + type CommandStartedEvent, + type Db, + type MongoClient, + MongoServerError +} from '../../mongodb'; describe('Explain', function () { let client: MongoClient;