fixed a test failure

This commit is contained in:
Evan Kranzler 2021-04-18 07:47:42 -04:00
parent 402733d6e7
commit eda562fcda

View file

@ -292,7 +292,7 @@ public class PhantasmalImageTest extends CardTestPlayerBase {
attack(4, playerB, "Steel Hellkite"); attack(4, playerB, "Steel Hellkite");
activateAbility(4, PhaseStep.POSTCOMBAT_MAIN, playerB, "{X}: Destroy each nonland permanent with mana value X whose controller was dealt combat damage by {this} this turn. Activate this ability only once each turn."); activateAbility(4, PhaseStep.POSTCOMBAT_MAIN, playerB, "{X}:");
setChoice(playerB, "X=0"); setChoice(playerB, "X=0");
setStopAt(4, PhaseStep.END_TURN); setStopAt(4, PhaseStep.END_TURN);