Update src/test/abilities/wimp_out.test.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
muscode 2024-11-23 12:59:20 -06:00 committed by GitHub
parent 6e412f9c88
commit 5852038f7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);