forked from External/mage
remove temporary verify skip
This commit is contained in:
parent
86c4597083
commit
5bf332ba80
1 changed files with 1 additions and 3 deletions
|
|
@ -1003,9 +1003,7 @@ public class VerifyCardDataTest {
|
|||
// skip unofficial sets like Star Wars
|
||||
continue;
|
||||
}
|
||||
if ("EOC;TLA".contains(set.getCode())) { // temporary skip
|
||||
return;
|
||||
}
|
||||
|
||||
MtgJsonSet jsonSet = MtgJsonService.sets().getOrDefault(set.getCode().toUpperCase(Locale.ENGLISH), null);
|
||||
if (jsonSet == null) {
|
||||
errorsList.add(String.format("Error: unknown official set: %s - %s (make sure it use correct set code or mark it as SetType.CUSTOM_SET)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue