Update test/moves/whirlwind.test.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Sirz Benjie 2025-05-20 22:11:53 -05:00 committed by GitHub
parent 71cb674ca4
commit d91b4acd40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -185,7 +185,6 @@ describe("Moves - Whirlwind", () => {
// Player uses Whirlwind; opponent uses Splash // Player uses Whirlwind; opponent uses Splash
game.move.select(Moves.WHIRLWIND); game.move.select(Moves.WHIRLWIND);
await game.forceEnemyMove(Moves.SPLASH); await game.forceEnemyMove(Moves.SPLASH);
await game.phaseInterceptor.to("MoveEndPhase", false);
await game.toNextTurn(); await game.toNextTurn();
// Verify that the failure message is displayed for Whirlwind // Verify that the failure message is displayed for Whirlwind