Fxixed test

This commit is contained in:
Bertie690 2025-07-26 15:02:13 -04:00
parent ea4fff4718
commit 3a255e59b5

View File

@ -74,7 +74,7 @@ describe("Moves - Roost", () => {
tornadus.hp = 1; tornadus.hp = 1;
game.move.use(MoveId.ROOST); game.move.use(MoveId.ROOST);
await game.toEndOfTurn(true); await game.toEndOfTurn(false);
// Should only be normal type, and NOT flying type // Should only be normal type, and NOT flying type
expect(tornadus.getTypes()).toEqual([PokemonType.NORMAL]); expect(tornadus.getTypes()).toEqual([PokemonType.NORMAL]);