From 9a9d90b71d579ff94512ca5efd5eccde7a7d0afe Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Tue, 20 May 2025 18:21:04 -0500 Subject: [PATCH] Update gastro_acid.test.ts --- test/moves/gastro_acid.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/moves/gastro_acid.test.ts b/test/moves/gastro_acid.test.ts index afdad27b4d9..4f894b0e653 100644 --- a/test/moves/gastro_acid.test.ts +++ b/test/moves/gastro_acid.test.ts @@ -81,7 +81,6 @@ describe("Moves - Gastro Acid", () => { it("should suppress the passive of a target even if its main ability is unsuppressable", async () => { game.override.enemyAbility(Abilities.COMATOSE); game.override.enemyPassiveAbility(Abilities.WATER_ABSORB); - game.override.enemyHasPassiveAbility(true); await game.classicMode.startBattle([Species.MAGIKARP]); const enemyPokemon = game.scene.getEnemyPokemon();