[CMR] fixed a test failure

This commit is contained in:
Evan Kranzler 2020-11-06 23:51:06 -05:00
parent b4c0a504b5
commit 25913e8eee

View file

@ -18,7 +18,7 @@ public final class CommanderLegends extends ExpansionSet {
private CommanderLegends() {
super("Commander Legends", "CMR", ExpansionSet.buildDate(2020, 11, 1), SetType.SUPPLEMENTAL);
this.blockName = "Commander Legends";
this.hasBasicLands = false;
this.hasBasicLands = true;
this.hasBoosters = true;
this.numBoosterLands = 1;
this.numBoosterCommon = 11;