From dbf17ca540fe0188f4c4a073a4d9209485c6df7a Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:27:11 -0400 Subject: [PATCH] Update protean-libero.test.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- test/abilities/protean-libero.test.ts | 1 - 1 file changed, 1 deletion(-) 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();