diff --git a/Mage.Tests/src/test/java/org/mage/test/cards/single/woe/AshiokWickedManipulatorTest.java b/Mage.Tests/src/test/java/org/mage/test/cards/single/woe/AshiokWickedManipulatorTest.java index d20993bf27b..dc14f0f83a3 100644 --- a/Mage.Tests/src/test/java/org/mage/test/cards/single/woe/AshiokWickedManipulatorTest.java +++ b/Mage.Tests/src/test/java/org/mage/test/cards/single/woe/AshiokWickedManipulatorTest.java @@ -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); } -} \ No newline at end of file +}