Update UnpredictableCycloneTest.java

This commit is contained in:
Evan Kranzler 2020-04-16 08:15:52 -04:00
parent d26b00ab17
commit 916ff26070

View file

@ -25,7 +25,6 @@ public class UnpredictableCycloneTest extends CardTestPlayerBase {
setChoice(playerA, "Yes");
setStopAt(1, PhaseStep.END_TURN);
setStrictChooseMode(true);
execute();
assertAllCommandsUsed();
assertPermanentCount(playerA, "Goblin Piker", 1);
@ -44,7 +43,6 @@ public class UnpredictableCycloneTest extends CardTestPlayerBase {
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Cycling");
setStopAt(1, PhaseStep.END_TURN);
setStrictChooseMode(true);
execute();
assertAllCommandsUsed();
assertHandCount(playerA, "Swamp", 1);
@ -66,7 +64,6 @@ public class UnpredictableCycloneTest extends CardTestPlayerBase {
setChoice(playerA, "Thought Reflection"); // apply doubling first
setStopAt(1, PhaseStep.END_TURN);
setStrictChooseMode(true);
execute();
assertAllCommandsUsed();
assertPermanentCount(playerA, "Goblin Piker", 2);
@ -88,7 +85,6 @@ public class UnpredictableCycloneTest extends CardTestPlayerBase {
setChoice(playerA, "Thought Reflection", 3); // apply doubling first
setStopAt(1, PhaseStep.END_TURN);
setStrictChooseMode(true);
execute();
assertAllCommandsUsed();
assertPermanentCount(playerA, "Goblin Piker", 4);
@ -111,7 +107,6 @@ public class UnpredictableCycloneTest extends CardTestPlayerBase {
activateAbility(1, PhaseStep.POSTCOMBAT_MAIN, playerB, "Cycling");
setStopAt(1, PhaseStep.END_TURN);
setStrictChooseMode(true);
execute();
assertAllCommandsUsed();
assertPermanentCount(playerA, "Goblin Piker", 1);