mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-10 17:39:31 +02:00
Fixed test typo
This commit is contained in:
parent
f942be8a8c
commit
404312001c
@ -122,7 +122,7 @@ describe("Move - Wish", () => {
|
|||||||
await game.move.forceEnemyMove(MoveId.WISH);
|
await game.move.forceEnemyMove(MoveId.WISH);
|
||||||
await game.toNextTurn();
|
await game.toNextTurn();
|
||||||
|
|
||||||
expectWishActive(2);
|
expectWishActive(4);
|
||||||
|
|
||||||
// Lower speed to change turn order
|
// Lower speed to change turn order
|
||||||
alomomola.setStatStage(Stat.SPD, 6);
|
alomomola.setStatStage(Stat.SPD, 6);
|
||||||
|
Loading…
Reference in New Issue
Block a user