diff --git a/Mage.Tests/src/test/java/org/mage/test/cards/abilities/keywords/StormTest.java b/Mage.Tests/src/test/java/org/mage/test/cards/abilities/keywords/StormTest.java index 6c028ff53b..3473fc9cf8 100644 --- a/Mage.Tests/src/test/java/org/mage/test/cards/abilities/keywords/StormTest.java +++ b/Mage.Tests/src/test/java/org/mage/test/cards/abilities/keywords/StormTest.java @@ -247,7 +247,7 @@ public class StormTest extends CardTestPlayerBase { castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Mox Emerald"); castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Turnabout"); setChoice(playerA, "Land"); - setChoice(playerA, true); + setChoice(playerA, false); castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Yawgmoth's Will"); castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Palinchron"); castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Mind's Desire");