mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 22:09:27 +02:00
Update src/test/abilities/wimp_out.test.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
524fe709f6
commit
d94ae9f63c
@ -657,8 +657,7 @@ describe("Abilities - Wimp Out", () => {
|
||||
expect(wimpod0.isFainted()).toBe(false);
|
||||
expect(wimpod1.isFainted()).toBe(true);
|
||||
|
||||
game.doSelectModifier();
|
||||
await game.phaseInterceptor.to("TurnInitPhase");
|
||||
await game.toNextWave();
|
||||
expect(game.scene.currentBattle.waveIndex).toBe(wave + 1);
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user