Update src/test/abilities/mycelium_might.test.ts

Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com>
This commit is contained in:
Mumble 2024-08-22 12:29:02 -07:00 committed by GitHub
parent 133b5863bb
commit f74a74d2d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,7 @@ describe("Abilities - Mycelium Might", () => {
game.move.select(Moves.BABY_DOLL_EYES); game.move.select(Moves.BABY_DOLL_EYES);
await game.phaseInterceptor.run(EnemyCommandPhase); await game.phaseInterceptor.to(TurnStartPhase, false);
const phase = game.scene.getCurrentPhase() as TurnStartPhase; const phase = game.scene.getCurrentPhase() as TurnStartPhase;
const speedOrder = phase.getSpeedOrder(); const speedOrder = phase.getSpeedOrder();
const commandOrder = phase.getCommandOrder(); const commandOrder = phase.getCommandOrder();