mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-16 06:45:24 +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()));
|
leadPokemon.forEach(p => expect(p.hp).toBe(p.getMaxHp()));
|
||||||
expect(game.textInterceptor.logs).toContain(
|
expect(game.textInterceptor.logs).toContain(
|
||||||
i18next.t("arenaTags:matBlockApply", {
|
i18next.t("arenaTag:matBlockApply", {
|
||||||
attackName: allMoves[MoveId.TACKLE].name,
|
attackName: allMoves[MoveId.TACKLE].name,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user