mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Merge branch 'fix-pglite-closed' into 'main'
fix: Error: PGlite is closed See merge request soapbox-pub/ditto!720
This commit is contained in:
commit
7d6fff9d5e
1 changed files with 0 additions and 1 deletions
|
|
@ -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]();
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue