mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 06:19:29 +02:00
Update src/test/abilities/wimp_out.test.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
6e412f9c88
commit
5852038f7b
@ -650,8 +650,8 @@ describe("Abilities - Wimp Out", () => {
|
||||
const wimpod0 = enemyPokemon[0];
|
||||
const wimpod1 = enemyPokemon[1];
|
||||
|
||||
game.move.select(Moves.FALSE_SWIPE, 1);
|
||||
game.move.select(Moves.MATCHA_GOTCHA);
|
||||
game.move.select(Moves.FALSE_SWIPE, 0, BattlerIndex.ENEMY);
|
||||
game.move.select(Moves.MATCHA_GOTCHA, 1);
|
||||
await game.phaseInterceptor.to("TurnEndPhase");
|
||||
|
||||
expect(wimpod0.hp).toBeGreaterThan(0);
|
||||
|
Loading…
Reference in New Issue
Block a user