remove temporary verify skip

This commit is contained in:
theelk801 2025-06-25 11:13:27 -04:00
parent 86c4597083
commit 5bf332ba80

View file

@ -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)",