mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-26 09:19:31 +02:00
Update src/test/moves/torment.test.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
6220457a80
commit
c0a0ab3572
@ -50,7 +50,7 @@ describe("Moves - Torment", () => {
|
||||
game.move.select(Moves.TACKLE);
|
||||
await game.forceEnemyMove(Moves.SPLASH);
|
||||
await game.toNextTurn();
|
||||
const move2 = playerPokemon?.getLastXMoves(1)[0]!;
|
||||
const move2 = playerPokemon.getLastXMoves(1)[0]!;
|
||||
expect(move2.move).toBe(Moves.STRUGGLE);
|
||||
|
||||
// Third turn, Tackle can be used.
|
||||
|
Loading…
Reference in New Issue
Block a user