mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
Fixed intermittent test failure for Soul Warden
This commit is contained in:
parent
4368bae50c
commit
c670ec5764
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ public class SoulWardenTest extends CardTestPlayerBase {
|
|||
*/
|
||||
@Test
|
||||
public void testDisabledEffectOnChangeZone() {
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Mountain", 3);
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Plains", 3);
|
||||
// Can't use basic lands since AI may tap them incorrectly when paying for generic mana costs
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Plateau", 6);
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Soul Warden", 1);
|
||||
addCard(Zone.HAND, playerA, "Lightning Bolt", 1);
|
||||
addCard(Zone.HAND, playerA, "Elite Vanguard", 2);
|
||||
|
|
Loading…
Reference in a new issue