Update packages/better-auth/src/db/get-migration-schema.test.ts

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
Bereket Engida
2025-11-06 21:27:10 -08:00
committed by GitHub
parent c9750cdb5e
commit cc50d5f28f

View File

@@ -191,7 +191,7 @@ describe.runIf(isPostgresAvailable)(
});
beforeAll(async () => {
await schemaPool.query(`DROP SCHEMA IF EXISTS ${schema} CASCADE`);
await pool.query(`DROP SCHEMA IF EXISTS ${schema} CASCADE`);
await schemaPool.query(`CREATE SCHEMA ${schema}`);
});