diff --git a/test/manual/search-index-management.prose.test.ts b/test/manual/search-index-management.prose.test.ts index 69b366583b..b71a1e47bf 100644 --- a/test/manual/search-index-management.prose.test.ts +++ b/test/manual/search-index-management.prose.test.ts @@ -4,13 +4,7 @@ import { Readable } from 'stream'; import { clearTimeout, setTimeout as setTimeoutCb } from 'timers'; import { setInterval } from 'timers/promises'; -import { - type Collection, - type Document, - type MongoClient, - MongoServerError, - ObjectId -} from '../mongodb'; +import { type Collection, type Document, type MongoClient, ObjectId } from '../mongodb'; class TimeoutController extends AbortController { timeoutId: NodeJS.Timeout;