Update src/test/abilities/wimp_out.test.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
muscode 2024-11-23 13:00:01 -06:00 committed by GitHub
parent 524fe709f6
commit d94ae9f63c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
});
});