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);