From ba83f18e2acd90dadb675431786360ac902f2102 Mon Sep 17 00:00:00 2001 From: Bertie690 Date: Sun, 21 Sep 2025 20:42:21 -0400 Subject: [PATCH] Comment fix --- test/test-utils/game-manager.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test-utils/game-manager.ts b/test/test-utils/game-manager.ts index 0f3b0e93e76..99f6a61f68c 100644 --- a/test/test-utils/game-manager.ts +++ b/test/test-utils/game-manager.ts @@ -548,6 +548,7 @@ export class GameManager { * This does not account for priority, nor does it change the battlers' speed stats * (for the purposes of Electro Ball, etc). * @todo What should happen if the number of active battlers changes mid-test? + * @todo Remove `await`s from existing test files in a follow-up PR */ public setTurnOrder(order: Exclude[]): void { // TODO: Remove type assertions once `BattlerIndex.ATTACKER` ceases to exist