mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix test failure
This commit is contained in:
parent
d05d3bbc97
commit
2bb26521c5
1 changed files with 3 additions and 5 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue