Skip to content

Commit

Permalink
Update src/test/moves/torment.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
  • Loading branch information
frutescens and DayKev authored Sep 25, 2024
1 parent 6220457 commit c0a0ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/moves/torment.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c0a0ab3

Please sign in to comment.