removed verify skip, fixed verify error

This commit is contained in:
Evan Kranzler 2021-07-05 20:30:26 -04:00
parent 9231a1242a
commit f17b8e4b86
2 changed files with 1 additions and 2 deletions

View file

@ -15,7 +15,7 @@ public final class ForgottenRealmsCommander extends ExpansionSet {
}
private ForgottenRealmsCommander() {
super("Adventures in the Forgotten Realms Commander", "AFC", ExpansionSet.buildDate(2021, 7, 23), SetType.SUPPLEMENTAL);
super("Forgotten Realms Commander", "AFC", ExpansionSet.buildDate(2021, 7, 23), SetType.SUPPLEMENTAL);
this.hasBasicLands = false;
}
}

View file

@ -87,7 +87,6 @@ public class VerifyCardDataTest {
// power-toughness
skipListCreate(SKIP_LIST_PT);
skipListAddName(SKIP_LIST_PT, "AFR", "Dire Wolf Prowler"); // TODO: delete after AFR release
// color
skipListCreate(SKIP_LIST_COLOR);