forked from External/mage
remove temporary verify skip
This commit is contained in:
parent
88dae5ff4b
commit
355e8c15bc
1 changed files with 0 additions and 4 deletions
|
|
@ -1018,9 +1018,6 @@ public class VerifyCardDataTest {
|
|||
|
||||
// CHECK: unknown set or wrong name
|
||||
for (ExpansionSet set : sets) {
|
||||
if ("TLE".equals(set.getCode())) { // temporary
|
||||
continue;
|
||||
}
|
||||
if (set.getSetType().equals(SetType.CUSTOM_SET)) {
|
||||
// skip unofficial sets like Star Wars
|
||||
continue;
|
||||
|
|
@ -2081,7 +2078,6 @@ public class VerifyCardDataTest {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void checkSubtypes(Card card, MtgJsonCard ref) {
|
||||
if (skipListHaveName(SKIP_LIST_SUBTYPE, card.getExpansionSetCode(), card.getName())) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue