mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
fixed a random test failure
This commit is contained in:
parent
56603ffcd2
commit
a70e50419b
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ public class RielleTheEverwiseTest extends CardTestPlayerBase {
|
|||
|
||||
addCard(Zone.HAND, playerA, "Tolaria West");
|
||||
addCard(Zone.HAND, playerA, "Brainwash");
|
||||
addCard(Zone.LIBRARY, playerA, "Memnite");
|
||||
addCard(Zone.LIBRARY, playerA, "Memnite", 2);
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Island", 5);
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Rielle, the Everwise");
|
||||
|
||||
|
|
Loading…
Reference in a new issue