forked from External/mage
* Fixed a test because of changed set codes.
This commit is contained in:
parent
ffca19c408
commit
e1f6d72ee9
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ public class DeckValidatorTest extends CardTestPlayerBase {
|
|||
@Test
|
||||
public void testModernCounterspell1() {
|
||||
ArrayList<CardNameAmount> deckList = new ArrayList<>();
|
||||
deckList.add(new CardNameAmount("DD3D", 24, 4));
|
||||
deckList.add(new CardNameAmount("DD3JVC", 24, 4));
|
||||
deckList.add(new CardNameAmount("Mountain", 56));
|
||||
Assert.assertFalse("Counterspell not allowed in modern", testDeckValid(new Modern(), deckList));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue