mirror of
https://github.com/correl/mage.git
synced 2024-11-14 11:09:31 +00:00
tests: fix #10481
This commit is contained in:
parent
23d9fc50ba
commit
8c83f60e1b
1 changed files with 2 additions and 2 deletions
|
@ -220,7 +220,7 @@ public class ReturnToHandEffectsTest extends CardTestPlayerBase {
|
|||
@Test
|
||||
public void testDemonicVigorAgain() {
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Swamp", 6);
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Forest", 2);
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Forest", 3);
|
||||
addCard(Zone.HAND, playerA, "Dryad Sophisticate");
|
||||
addCard(Zone.HAND, playerA, "Demonic Vigor", 2);
|
||||
addCard(Zone.HAND, playerA, "Disfigure", 2);
|
||||
|
@ -249,7 +249,7 @@ public class ReturnToHandEffectsTest extends CardTestPlayerBase {
|
|||
@Test
|
||||
public void testDemonicVigorMDFCAgain() {
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Swamp", 6);
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Forest", 2);
|
||||
addCard(Zone.BATTLEFIELD, playerA, "Forest", 3);
|
||||
addCard(Zone.HAND, playerA, "Tangled Florahedron");
|
||||
addCard(Zone.HAND, playerA, "Demonic Vigor", 2);
|
||||
addCard(Zone.HAND, playerA, "Disfigure", 2);
|
||||
|
|
Loading…
Reference in a new issue