Fixed set codes for the Duel Deck Anthology deck sets.

The decks now use the set codes from Scryfall.
This commit is contained in:
Thomas Hess 2020-03-17 16:06:44 +01:00
parent ab7f2c5bc3
commit 529552dd2c
No known key found for this signature in database
GPG key ID: 98602F47D161B13C
11 changed files with 39 additions and 40 deletions

View file

@ -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));