fix test failures

This commit is contained in:
Evan Kranzler 2022-11-11 08:24:25 -05:00
parent 30a498145e
commit d06fabf9bd
3 changed files with 7 additions and 5 deletions

View file

@ -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");

View file

@ -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);