From a42d1ef0ce0ba89b6bb5da1eb2e260bd60a921af Mon Sep 17 00:00:00 2001 From: Bertie690 Date: Sun, 22 Jun 2025 19:22:37 -0400 Subject: [PATCH] dd --- test/moves/ability-ignore-moves.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/moves/ability-ignore-moves.test.ts b/test/moves/ability-ignore-moves.test.ts index f29d32dea8e..52214c61bc7 100644 --- a/test/moves/ability-ignore-moves.test.ts +++ b/test/moves/ability-ignore-moves.test.ts @@ -55,7 +55,7 @@ describe("Moves - Ability-Ignoring Moves", () => { expect(enemy.isFainted()).toBe(true); }); - it("should not ignore enemy abilities when called by metronome", async () => { + it("should not ignore enemy abilities when called by Metronome", async () => { await game.classicMode.startBattle([SpeciesId.MILOTIC]); vi.spyOn(RandomMoveAttr.prototype, "getMoveOverride").mockReturnValue(MoveId.PHOTON_GEYSER);