fixed a test failure

This commit is contained in:
Evan Kranzler 2021-04-21 09:34:45 -04:00
parent 229ee449d3
commit 054af6afde

View file

@ -25,7 +25,7 @@ public class KindlyStrangerTest extends CardTestPlayerBase {
addCard(Zone.GRAVEYARD, playerA, "Bitterblossom", 1); addCard(Zone.GRAVEYARD, playerA, "Bitterblossom", 1);
addCard(Zone.BATTLEFIELD, playerB, "Hill Giant", 1); addCard(Zone.BATTLEFIELD, playerB, "Hill Giant", 1);
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{2}{B}"); activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "<i>Delirium");
addTarget(playerA, "Hill Giant"); addTarget(playerA, "Hill Giant");
setStopAt(1, PhaseStep.BEGIN_COMBAT); setStopAt(1, PhaseStep.BEGIN_COMBAT);
execute(); execute();