fix test failure

This commit is contained in:
theelk801 2025-06-04 16:07:39 -04:00
parent d05d3bbc97
commit 2bb26521c5

View file

@ -249,8 +249,7 @@ public class AshiokWickedManipulatorTest extends CardTestPlayerBase {
activateAbility(3, PhaseStep.PRECOMBAT_MAIN, playerA, "+1:");
addTarget(playerA, poet);
// 2 tokens, so stacking trigger.
setChoice(playerA, "At the beginning of combat on your turn, if a card was put "
+ "into exile this turn, put a +1/+1 counter on this creature.");
setChoice(playerA, "At the beginning of combat on your turn,");
setStopAt(3, PhaseStep.POSTCOMBAT_MAIN);
execute();
@ -260,8 +259,7 @@ public class AshiokWickedManipulatorTest extends CardTestPlayerBase {
activateAbility(5, PhaseStep.PRECOMBAT_MAIN, playerA, "+1:");
addTarget(playerA, lion);
// 2 tokens, so stacking trigger.
setChoice(playerA, "At the beginning of combat on your turn, if a card was put "
+ "into exile this turn, put a +1/+1 counter on this creature.");
setChoice(playerA, "At the beginning of combat on your turn,");
setStopAt(5, PhaseStep.POSTCOMBAT_MAIN);
execute();
@ -305,4 +303,4 @@ public class AshiokWickedManipulatorTest extends CardTestPlayerBase {
assertExileCount(playerB, 2 + 3 + 3);
}
}
}