mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
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
|
// CHECK: unknown set or wrong name
|
||||||
for (ExpansionSet set : sets) {
|
for (ExpansionSet set : sets) {
|
||||||
if ("TLE".equals(set.getCode())) { // temporary
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
if (set.getSetType().equals(SetType.CUSTOM_SET)) {
|
if (set.getSetType().equals(SetType.CUSTOM_SET)) {
|
||||||
// skip unofficial sets like Star Wars
|
// skip unofficial sets like Star Wars
|
||||||
continue;
|
continue;
|
||||||
|
|
@ -2081,7 +2078,6 @@ public class VerifyCardDataTest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void checkSubtypes(Card card, MtgJsonCard ref) {
|
private void checkSubtypes(Card card, MtgJsonCard ref) {
|
||||||
if (skipListHaveName(SKIP_LIST_SUBTYPE, card.getExpansionSetCode(), card.getName())) {
|
if (skipListHaveName(SKIP_LIST_SUBTYPE, card.getExpansionSetCode(), card.getName())) {
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue