mirror of
https://github.com/correl/mage.git
synced 2024-11-25 11:09:53 +00:00
fixed a test failure
This commit is contained in:
parent
229ee449d3
commit
054af6afde
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ public class KindlyStrangerTest extends CardTestPlayerBase {
|
|||
addCard(Zone.GRAVEYARD, playerA, "Bitterblossom", 1);
|
||||
addCard(Zone.BATTLEFIELD, playerB, "Hill Giant", 1);
|
||||
|
||||
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "{2}{B}");
|
||||
activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "<i>Delirium");
|
||||
addTarget(playerA, "Hill Giant");
|
||||
setStopAt(1, PhaseStep.BEGIN_COMBAT);
|
||||
execute();
|
||||
|
|
Loading…
Reference in a new issue