fixed a test failure

This commit is contained in:
Evan Kranzler 2021-02-18 20:40:03 -05:00
parent 12cee3f798
commit 93e556d784

View file

@ -18,7 +18,8 @@ public final class StrixhavenSchoolOfMages extends ExpansionSet {
private StrixhavenSchoolOfMages() {
super("Strixhaven: School of Mages", "STX", ExpansionSet.buildDate(2021, 4, 23), SetType.EXPANSION);
this.blockName = "Strixhaven: School of Mages";
this.hasBoosters = false;
this.hasBoosters = true;
this.hasBasicLands = false;
this.numBoosterLands = 1;
this.numBoosterCommon = 10;
this.numBoosterUncommon = 3;