mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-28 04:22:44 +02:00
Fixed test
I forgot that we outsped and oneshot
This commit is contained in:
parent
5a9fbd13f0
commit
3707c00e20
@ -194,8 +194,9 @@ describe("Moves - Rage Fist", () => {
|
|||||||
|
|
||||||
await game.reload.reloadSession();
|
await game.reload.reloadSession();
|
||||||
|
|
||||||
|
// outsped and oneshot means power rmains same as prior
|
||||||
game.move.select(Moves.RAGE_FIST);
|
game.move.select(Moves.RAGE_FIST);
|
||||||
await game.phaseInterceptor.to("MoveEndPhase");
|
await game.phaseInterceptor.to("MoveEndPhase");
|
||||||
expect(move.calculateBattlePower).toHaveLastReturnedWith(250);
|
expect(move.calculateBattlePower).toHaveLastReturnedWith(150);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user