update unit test

This commit is contained in:
Lylian 2024-08-28 15:02:27 +02:00
parent cbba6bc2cf
commit 711f617713

View File

@ -48,8 +48,6 @@ describe("Moves - Retaliate", () => {
await game.toNextTurn();
game.move.select(Moves.RETALIATE);
await game.phaseInterceptor.to(MoveEffectPhase);
const cobalion = game.scene.getPlayerPokemon()!;
expect(cobalion.name).equals("Cobalion");
expect(retaliate.calculateBattlePower).toHaveReturnedWith(140);
});
});