mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +02:00
fixed test fr
This commit is contained in:
parent
f6d2df676b
commit
a4723d70a1
@ -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("ReturnPhase");
|
await game.toNextTurn();
|
||||||
|
|
||||||
expect(mimikyu1.formIndex).toBe(disguisedForm);
|
expect(mimikyu1.formIndex).toBe(disguisedForm);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user