correction to automated tests

This commit is contained in:
geeil-han 2024-12-10 13:33:24 +01:00
parent d5c9a02fab
commit 13f93be62a

View File

@ -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()!;