From 818e19b2e15b0ec8b2265fac4b063326dc454af0 Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Thu, 20 Feb 2025 23:19:57 -0600 Subject: [PATCH] Update src/test/moves/focus_punch.test.ts Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com> --- src/test/moves/focus_punch.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/moves/focus_punch.test.ts b/src/test/moves/focus_punch.test.ts index b59e6ab5449..44d9c92cac1 100644 --- a/src/test/moves/focus_punch.test.ts +++ b/src/test/moves/focus_punch.test.ts @@ -131,7 +131,7 @@ describe("Moves - Focus Punch", () => { expect(game.scene.phaseQueue.find(phase => phase instanceof MoveHeaderPhase)).toBeDefined(); } ); - it("should replace the 'but it failed' text when it the user gets hit", async () => { + it("should replace the 'but it failed' text when the user gets hit", async () => { game.override.enemyMoveset([ Moves.TACKLE ]); await game.classicMode.startBattle([ Species.CHARIZARD ]);