fix: Error: PGlite is closed

This commit is contained in:
P. Reis 2025-03-13 10:45:03 -03:00
parent 60fbe70212
commit bc0580dd05

View file

@ -262,7 +262,6 @@ async function createTestRoute() {
[Symbol.asyncDispose]: async () => { [Symbol.asyncDispose]: async () => {
mock.restore(); mock.restore();
await db[Symbol.asyncDispose](); await db[Symbol.asyncDispose]();
await relay[Symbol.asyncDispose]();
}, },
}; };
} }