Skip to content

Commit

Permalink
Test fix (maybe) (#5721)
Browse files Browse the repository at this point in the history
  • Loading branch information
gc authored Feb 25, 2024
1 parent 25aa03a commit 4712b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ PATREON_TOKEN=asdfasdfasdf
PATREON_WEBHOOK_SECRET=asdfasdfasdf
HTTP_PORT=7373
CLIENT_ID=111398433321891634
PRISMA_CLIENT_ENGINE_TYPE=binary
# PRISMA_CLIENT_ENGINE_TYPE=binary
1 change: 1 addition & 0 deletions tests/integration/grandExchange.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()));
Expand Down

0 comments on commit 4712b2f

Please sign in to comment.