fixed a test failure

This commit is contained in:
Evan Kranzler 2021-08-31 21:27:57 -04:00
parent 19f7644279
commit d241ae99bb

View file

@ -247,7 +247,7 @@ public class StormTest extends CardTestPlayerBase {
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Mox Emerald"); castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Mox Emerald");
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Turnabout"); castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Turnabout");
setChoice(playerA, "Land"); setChoice(playerA, "Land");
setChoice(playerA, "Untap"); setChoice(playerA, true);
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Yawgmoth's Will"); castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Yawgmoth's Will");
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Palinchron"); castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Palinchron");
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Mind's Desire"); castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Mind's Desire");