small test fix

This commit is contained in:
Evan Kranzler 2019-08-01 20:08:47 -04:00
parent 607cef0e79
commit b7731e4f90

View file

@ -18,6 +18,7 @@ public final class Commander2019Edition extends ExpansionSet {
private Commander2019Edition() {
super("Commander 2019 Edition", "C19", ExpansionSet.buildDate(2019, 8, 23), SetType.SUPPLEMENTAL);
this.blockName = "Command Zone";
this.hasBasicLands = false; // temporary fix for tests
cards.add(new SetCardInfo("Ghired, Conclave Exile", 42, Rarity.MYTHIC, mage.cards.g.GhiredConclaveExile.class));
cards.add(new SetCardInfo("Seedborn Muse", 179, Rarity.RARE, mage.cards.s.SeedbornMuse.class));