diff --git a/.env.test b/.env.test index bca1e62bd3..42706042aa 100644 --- a/.env.test +++ b/.env.test @@ -6,4 +6,4 @@ PATREON_TOKEN=asdfasdfasdf PATREON_WEBHOOK_SECRET=asdfasdfasdf HTTP_PORT=7373 CLIENT_ID=111398433321891634 -PRISMA_CLIENT_ENGINE_TYPE=binary \ No newline at end of file +# PRISMA_CLIENT_ENGINE_TYPE=binary \ No newline at end of file diff --git a/tests/integration/grandExchange.test.ts b/tests/integration/grandExchange.test.ts index 3a64a6d6ea..3d22e59088 100644 --- a/tests/integration/grandExchange.test.ts +++ b/tests/integration/grandExchange.test.ts @@ -123,6 +123,7 @@ describe('Grand Exchange', async () => { } await Promise.all(cancelPromises); + await GrandExchange.queue.onEmpty(); console.log('Finished cancelling'); await Promise.all(users.map(u => u.sync()));