update test

This commit is contained in:
torranx 2024-09-09 19:56:43 +08:00
parent 4470d01d03
commit 6095f8367c

View File

@ -50,6 +50,6 @@ describe("Moves - Throat Chop", () => {
await game.setTurnOrder([BattlerIndex.PLAYER, BattlerIndex.ENEMY]);
await game.phaseInterceptor.to("MoveEndPhase");
expect(game.scene.getEnemyPokemon()!.hp).toBeLessThan(game.scene.getEnemyPokemon()!.getMaxHp());
expect(game.scene.getEnemyPokemon()!.isFullHp()).toBe(false);
}, TIMEOUT);
});