mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 23:42:18 +02:00
Update test/moves/whirlwind.test.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
71cb674ca4
commit
d91b4acd40
@ -185,7 +185,6 @@ describe("Moves - Whirlwind", () => {
|
||||
// Player uses Whirlwind; opponent uses Splash
|
||||
game.move.select(Moves.WHIRLWIND);
|
||||
await game.forceEnemyMove(Moves.SPLASH);
|
||||
await game.phaseInterceptor.to("MoveEndPhase", false);
|
||||
await game.toNextTurn();
|
||||
|
||||
// Verify that the failure message is displayed for Whirlwind
|
||||
|
Loading…
Reference in New Issue
Block a user