Update src/test/moves/focus_punch.test.ts

Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com>
This commit is contained in:
Sirz Benjie 2025-02-20 23:19:57 -06:00 committed by GitHub
parent df7e6fdce3
commit 818e19b2e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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