disguise test now has to go to QuietFormChangePhase

This commit is contained in:
Jimmybald1 2025-04-23 13:27:47 +02:00
parent c9859df7ce
commit 3568ebb1e8

View File

@ -186,7 +186,7 @@ describe("Abilities - Disguise", () => {
await game.toNextTurn(); await game.toNextTurn();
game.move.select(Moves.SPLASH); game.move.select(Moves.SPLASH);
await game.doKillOpponents(); await game.doKillOpponents();
await game.phaseInterceptor.to("PartyHealPhase"); await game.phaseInterceptor.to("QuietFormChangePhase");
expect(mimikyu1.formIndex).toBe(disguisedForm); expect(mimikyu1.formIndex).toBe(disguisedForm);
}); });