fixed a test failure

This commit is contained in:
Evan Kranzler 2021-11-14 10:52:08 -05:00
parent 53f6bc372a
commit 4a99b7689f

View file

@ -29,7 +29,7 @@ public class GrinningTotemTest extends CardTestPlayerBase {
addCard(Zone.BATTLEFIELD, playerB, "Tormod's Crypt");
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{2}, {T}, Sacrifice {this}: Search target opponent's library for a card and exile it", playerB);
activateAbility(1, PhaseStep.POSTCOMBAT_MAIN, playerB, "{T}, Sacrifice {this}: Exile all cards", playerA);
activateAbility(1, PhaseStep.POSTCOMBAT_MAIN, playerB, "{T}, Sacrifice {this}: ", playerA);
setStopAt(3, PhaseStep.BEGIN_COMBAT);
execute();