mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-29 19:52:27 +02:00
correction to automated tests
This commit is contained in:
parent
d5c9a02fab
commit
13f93be62a
@ -152,7 +152,7 @@ describe("Moves - Tera Blast", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it("does not change its move category from stat changes due to abilities", async () => {
|
it("does not change its move category from stat changes due to abilities", async () => {
|
||||||
game.override.enemyAbility(Abilities.HUGE_POWER);
|
game.override.ability(Abilities.HUGE_POWER);
|
||||||
await game.startBattle();
|
await game.startBattle();
|
||||||
|
|
||||||
const playerPokemon = game.scene.getPlayerPokemon()!;
|
const playerPokemon = game.scene.getPlayerPokemon()!;
|
||||||
|
Loading…
Reference in New Issue
Block a user