mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
fix test failures
This commit is contained in:
parent
b19d8fea76
commit
d0226dc0ea
2 changed files with 12 additions and 4 deletions
|
|
@ -25,7 +25,7 @@ public class TillerEngineTest extends CardTestPlayerBase {
|
|||
addCard(Zone.HAND, playerA, land);
|
||||
|
||||
playLand(1, PhaseStep.PRECOMBAT_MAIN, playerA, land);
|
||||
setChoice(playerA, "Whenever a land enters"); // order triggers
|
||||
setChoice(playerA, "Whenever a land you control enters"); // order triggers
|
||||
setModeChoice(playerA, "1");
|
||||
|
||||
setStrictChooseMode(true);
|
||||
|
|
@ -45,7 +45,7 @@ public class TillerEngineTest extends CardTestPlayerBase {
|
|||
addCard(Zone.HAND, playerA, land);
|
||||
|
||||
playLand(1, PhaseStep.PRECOMBAT_MAIN, playerA, land);
|
||||
setChoice(playerA, "Whenever a land enters"); // order triggers
|
||||
setChoice(playerA, "Whenever a land you control enters"); // order triggers
|
||||
setModeChoice(playerA, "2");
|
||||
addTarget(playerA, centaur);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue