Merge branch 'fix-pglite-closed' into 'main'

fix: Error: PGlite is closed

See merge request soapbox-pub/ditto!720
This commit is contained in:
P. Reis 2025-03-13 10:45:39 -03:00
commit 7d6fff9d5e

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]();
}, },
}; };
} }