mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
Fixed set codes for the Duel Deck Anthology deck sets.
The decks now use the set codes from Scryfall.
This commit is contained in:
parent
ab7f2c5bc3
commit
529552dd2c
11 changed files with 39 additions and 40 deletions
|
|
@ -115,7 +115,7 @@ public class DeckValidatorTest extends MageTestBase {
|
|||
@Test
|
||||
public void testModernCounterspell1() {
|
||||
ArrayList<CardNameAmount> deckList = new ArrayList<>();
|
||||
deckList.add(new CardNameAmount("DD3JVC", 24, 4));
|
||||
deckList.add(new CardNameAmount("JVC", 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