From 2bb26521c585fdffae79f7fb71e653c94b140e83 Mon Sep 17 00:00:00 2001 From: theelk801 Date: Wed, 4 Jun 2025 16:07:39 -0400 Subject: [PATCH] fix test failure --- .../cards/single/woe/AshiokWickedManipulatorTest.java | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 +}