mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 15:32:08 -08:00
Update UnpredictableCycloneTest.java
This commit is contained in:
parent
d26b00ab17
commit
916ff26070
1 changed files with 0 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue