mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-15 06:15:20 +01:00
[Test] Fix typo in Mat Block test
This commit is contained in:
parent
a4d37e51f2
commit
71c1f44f91
@ -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,
|
||||
}),
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user