mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
fixed a test failure
This commit is contained in:
parent
dd558970ac
commit
06b0e4f247
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public class ForecastTest extends CardTestPlayerBase {
|
|||
|
||||
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Silvercoat Lion");
|
||||
|
||||
activateAbility(3, PhaseStep.UPKEEP, playerA, "<i>Forecast");
|
||||
activateAbility(3, PhaseStep.UPKEEP, playerA, "Forecast");
|
||||
addTarget(playerA, "Silvercoat Lion");
|
||||
|
||||
attack(3, playerA, "Silvercoat Lion");
|
||||
|
|
Loading…
Reference in a new issue