mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
Added waitStackResolved to EtherealValkyrieTest to address warnings
This commit is contained in:
parent
2cff4ad47f
commit
5e6921b346
1 changed files with 2 additions and 0 deletions
|
@ -162,6 +162,7 @@ public class EtherealValkyrieTest extends CardTestPlayerBase {
|
|||
setStrictChooseMode(true);
|
||||
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, etherealValkyrie);
|
||||
addTarget(playerA, alrund);
|
||||
waitStackResolved(1, PhaseStep.PRECOMBAT_MAIN);
|
||||
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, etherealValkyrie);
|
||||
addTarget(playerA, alrund);
|
||||
|
||||
|
@ -170,6 +171,7 @@ public class EtherealValkyrieTest extends CardTestPlayerBase {
|
|||
assertExileCount(playerA, alrund, 2);
|
||||
|
||||
activateAbility(3, PhaseStep.PRECOMBAT_MAIN, playerA, "Foretell {1}");
|
||||
waitStackResolved(3, PhaseStep.PRECOMBAT_MAIN);
|
||||
activateAbility(3, PhaseStep.PRECOMBAT_MAIN, playerA, "Foretell {U}");
|
||||
|
||||
setStopAt(3, PhaseStep.PRECOMBAT_MAIN);
|
||||
|
|
Loading…
Reference in a new issue