[Test] Fix typo in Mat Block test

This commit is contained in:
NightKev 2025-10-22 16:22:59 -07:00
parent a4d37e51f2
commit 71c1f44f91

View File

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