mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
fix test failures
This commit is contained in:
parent
30a498145e
commit
d06fabf9bd
3 changed files with 7 additions and 5 deletions
|
|
@ -112,7 +112,6 @@ public class AmplifyTest extends CardTestPlayerBase {
|
|||
addCard(Zone.BATTLEFIELD, playerA, "Mountain", 5);
|
||||
|
||||
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Through the Breach");
|
||||
setChoice(playerA, true); // Put a creature into play with Through the Breach?
|
||||
setChoice(playerA, "Kilnmouth Dragon");
|
||||
//setChoice(playerA, true); // no reveal request cause no cards to show
|
||||
//addTarget(playerA, "Kilnmouth Dragon");
|
||||
|
|
|
|||
|
|
@ -992,7 +992,6 @@ public class ModalDoubleFacesCardsTest extends CardTestPlayerBase {
|
|||
|
||||
// move
|
||||
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{R}:");
|
||||
setChoice(playerA, true); // yes, activate
|
||||
setChoice(playerA, "Akoum Warrior");
|
||||
waitStackResolved(1, PhaseStep.PRECOMBAT_MAIN);
|
||||
checkPermanentCount("after move", 1, PhaseStep.PRECOMBAT_MAIN, playerA, "Akoum Warrior", 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue