Fixed Gastro Acid test using game.override.battleType(null)

This commit is contained in:
Michael Li 2024-11-09 23:39:45 -05:00
parent e2fe309a93
commit 6d2c4f3740

View File

@ -62,7 +62,7 @@ describe("Moves - Gastro Acid", () => {
}); });
it("fails if used on an enemy with an already-suppressed ability", async () => { it("fails if used on an enemy with an already-suppressed ability", async () => {
game.override.battleType(null); game.override.battleType("single");
await game.startBattle(); await game.startBattle();