From 71c1f44f918a22a887c214d05fb5ef7a791201ce Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:22:59 -0700 Subject: [PATCH] [Test] Fix typo in Mat Block test --- test/moves/mat-block.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/moves/mat-block.test.ts b/test/moves/mat-block.test.ts index 51fb8b55348..cd6b0de0c2a 100644 --- a/test/moves/mat-block.test.ts +++ b/test/moves/mat-block.test.ts @@ -50,7 +50,7 @@ describe("Moves - Mat Block", () => { leadPokemon.forEach(p => expect(p.hp).toBe(p.getMaxHp())); expect(game.textInterceptor.logs).toContain( - i18next.t("arenaTags:matBlockApply", { + i18next.t("arenaTag:matBlockApply", { attackName: allMoves[MoveId.TACKLE].name, }), );