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
1 changed files with 1 additions and 1 deletions

View File

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