one more test fix

This commit is contained in:
Evan Kranzler 2020-06-07 15:17:28 -04:00
parent a6a9160139
commit 3b125def9c

View file

@ -59,7 +59,7 @@ public class VolrathsShapshifterTest extends CardTestPlayerBase {
public void testLosingCopy() {
addCard(Zone.BATTLEFIELD, playerA, "Volrath's Shapeshifter", 1);
// Codex Shredder - Artifact
// {T}: Target player puts the top card of their library into their graveyard.
// {T}: Target player mills a card.
// {5}, {T}, Sacrifice Codex Shredder: Return target card from your graveyard to your hand.
addCard(Zone.BATTLEFIELD, playerA, "Codex Shredder", 1);
@ -68,7 +68,7 @@ public class VolrathsShapshifterTest extends CardTestPlayerBase {
addCard(Zone.LIBRARY, playerA, "Forest", 1);
skipInitShuffling();
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{T}: Target player puts the top card of their library into their graveyard.", playerA);
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{T}: Target player mills a card.", playerA);
setStopAt(1, PhaseStep.END_TURN);
setStrictChooseMode(true);