diff --git a/integration-tests/tests/singlestore/singlestore-common.ts b/integration-tests/tests/singlestore/singlestore-common.ts index f3f375ad4..851484f41 100644 --- a/integration-tests/tests/singlestore/singlestore-common.ts +++ b/integration-tests/tests/singlestore/singlestore-common.ts @@ -60,7 +60,6 @@ import { varchar, year, } from 'drizzle-orm/singlestore-core'; -import type { SingleStoreRemoteDatabase } from 'drizzle-orm/singlestore-proxy'; import { migrate } from 'drizzle-orm/singlestore/migrator'; import getPort from 'get-port'; import { v4 as uuid } from 'uuid'; @@ -75,9 +74,6 @@ declare module 'vitest' { singlestore: { db: TestSingleStoreDB; }; - singlestoreProxy: { - db: SingleStoreRemoteDatabase; - }; } }