fixed a test failure

This commit is contained in:
Evan Kranzler 2019-07-22 17:59:04 -04:00
parent 8a381b6a28
commit 2e8b00ed9c

View file

@ -18,7 +18,8 @@ public final class ThroneOfEldraine extends ExpansionSet {
private ThroneOfEldraine() {
super("Throne of Eldraine", "ELD", ExpansionSet.buildDate(2019, 10, 4), SetType.EXPANSION);
this.blockName = "Throne of Eldraine";
this.hasBoosters = false; // false until basics officially spoiled
this.hasBoosters = true;
this.hasBasicLands = false;// false until basics officially spoiled
this.numBoosterLands = 1;
this.numBoosterCommon = 10;
this.numBoosterUncommon = 3;