Fixed test

I forgot that we outsped and oneshot
This commit is contained in:
Bertie690 2025-04-21 18:19:27 -04:00
parent 5a9fbd13f0
commit 3707c00e20
1 changed files with 2 additions and 1 deletions

View File

@ -194,8 +194,9 @@ describe("Moves - Rage Fist", () => {
await game.reload.reloadSession();
// outsped and oneshot means power rmains same as prior
game.move.select(Moves.RAGE_FIST);
await game.phaseInterceptor.to("MoveEndPhase");
expect(move.calculateBattlePower).toHaveLastReturnedWith(250);
expect(move.calculateBattlePower).toHaveLastReturnedWith(150);
});
});