diff --git a/test/moves/court-change.test.ts b/test/moves/court-change.test.ts index 705f8c80c5c..b0e2b5bf370 100644 --- a/test/moves/court-change.test.ts +++ b/test/moves/court-change.test.ts @@ -62,6 +62,7 @@ describe("Move - Court Change", () => { const ninjask = game.field.getPlayerPokemon(); game.move.use(MoveId.SAFEGUARD); + await game.move.forceEnemyMove(MoveId.TOXIC_THREAD); await game.toNextTurn(); // Ninjask will not be poisoned because of Safeguard