From c88e19e4dd57ab676cfa188bbe3a0bc1fac9447e Mon Sep 17 00:00:00 2001 From: gc <30398469+gc@users.noreply.github.com> Date: Sat, 24 Feb 2024 17:41:56 +1100 Subject: [PATCH] undo change --- tests/integration/grandExchange.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/grandExchange.test.ts b/tests/integration/grandExchange.test.ts index 709584b6bc..12c5fd7a91 100644 --- a/tests/integration/grandExchange.test.ts +++ b/tests/integration/grandExchange.test.ts @@ -98,7 +98,7 @@ describe('Grand Exchange', async () => { } } - await Promise.all(commandPromises); + // await Promise.all(commandPromises); for (let i = 0; i < 100; i++) { await GrandExchange.tick();