mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
fixed a test failure
This commit is contained in:
parent
ef0b4bdf58
commit
157de01445
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ public class MairsilThePretenderTest extends CardTestCommanderDuelBase {
|
|||
|
||||
castSpell(3, PhaseStep.PRECOMBAT_MAIN, playerA, "Shifting Shadow", "Mairsil, the Pretender");
|
||||
|
||||
activateAbility(5, PhaseStep.UPKEEP, playerA, "{B}: {this} gains Undying", NO_TARGET, "At the beginning of your upkeep");
|
||||
activateAbility(5, PhaseStep.UPKEEP, playerA, "{B}: {this} gains undying", NO_TARGET, "At the beginning of your upkeep");
|
||||
setChoice(playerA, "No"); // Don't move commander to command zone because can come back by Undying
|
||||
|
||||
setChoice(playerA, "Yes"); // Exile a card (Mairsil comes back from Undying)
|
||||
|
|
Loading…
Reference in a new issue