mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 06:19:29 +02:00
Fixed Gastro Acid test using game.override.battleType(null)
This commit is contained in:
parent
e2fe309a93
commit
6d2c4f3740
@ -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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user