diff --git a/test/abilities/protean-libero.test.ts b/test/abilities/protean-libero.test.ts index f1bbb077061..9965333c8eb 100644 --- a/test/abilities/protean-libero.test.ts +++ b/test/abilities/protean-libero.test.ts @@ -158,7 +158,6 @@ describe("Abilities - Protean/Libero", () => { game.override.passiveAbility(passive).enemySpecies(SpeciesId.SKARMORY); await game.classicMode.startBattle([SpeciesId.MEOWSCARADA]); - // FOCUS MISS IS REAL CHAT vi.spyOn(allMoves[MoveId.FOCUS_BLAST], "accuracy", "get").mockReturnValue(0); const meow = game.field.getPlayerPokemon();