mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 06:53:27 +02:00
Fixed test broken by suggestions
This commit is contained in:
parent
f4f65f5a8d
commit
bceec50089
@ -1,5 +1,4 @@
|
||||
import { pokerogueApi } from "#api/pokerogue-api";
|
||||
import { AbilityId } from "#enums/ability-id";
|
||||
import { BattleType } from "#enums/battle-type";
|
||||
import { BiomeId } from "#enums/biome-id";
|
||||
import { Challenges } from "#enums/challenges";
|
||||
@ -355,7 +354,7 @@ describe("Throwing balls at bosses after weakening them", () => {
|
||||
|
||||
// Kill 1 boss, knock other down to critical hp
|
||||
game.move.use(MoveId.FALSE_SWIPE);
|
||||
await game.doKillPokemon(game.field.getEnemyField()[1)
|
||||
await game.killPokemon(game.scene.getEnemyField()[1]);
|
||||
game.doThrowPokeball(ball);
|
||||
await game.toEndOfTurn();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user