diff --git a/test/moves/roost.test.ts b/test/moves/roost.test.ts index 49d53769f11..d59c4d93903 100644 --- a/test/moves/roost.test.ts +++ b/test/moves/roost.test.ts @@ -74,7 +74,7 @@ describe("Moves - Roost", () => { tornadus.hp = 1; game.move.use(MoveId.ROOST); - await game.toEndOfTurn(true); + await game.toEndOfTurn(false); // Should only be normal type, and NOT flying type expect(tornadus.getTypes()).toEqual([PokemonType.NORMAL]);