Fixed pastel veil test: does not check ability while mon still in team

This commit is contained in:
Wlowscha 2024-12-27 11:36:29 +01:00
parent 526aca5f7d
commit 796886790e
No known key found for this signature in database
GPG Key ID: 3C8F1AD330565D04

View File

@ -55,8 +55,6 @@ describe("Abilities - Pastel Veil", () => {
const magikarp = game.scene.getPlayerField()[0];
ponyta.abilityIndex = 1;
expect(ponyta.hasAbility(Abilities.PASTEL_VEIL)).toBe(true);
game.move.select(Moves.SPLASH);
game.move.select(Moves.TOXIC_THREAD, 1, BattlerIndex.PLAYER);