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