From 796886790ecb81b5504c8ba7fbfc08227ddf11f2 Mon Sep 17 00:00:00 2001 From: Wlowscha <54003515+Wlowscha@users.noreply.github.com> Date: Fri, 27 Dec 2024 11:36:29 +0100 Subject: [PATCH] Fixed pastel veil test: does not check ability while mon still in team --- src/test/abilities/pastel_veil.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/abilities/pastel_veil.test.ts b/src/test/abilities/pastel_veil.test.ts index dd8360493a1..3851414039f 100644 --- a/src/test/abilities/pastel_veil.test.ts +++ b/src/test/abilities/pastel_veil.test.ts @@ -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);