remove temporary skip for missing booster data

This commit is contained in:
theelk801 2025-05-18 19:57:35 -04:00
parent 93f4b95f8a
commit 95fc3f5ff9

View file

@ -1066,9 +1066,6 @@ public class VerifyCardDataTest {
ignoreBoosterSets.add("March of the Machine: The Aftermath"); // epilogue boosters aren't for draft
for (ExpansionSet set : sets) {
if (true) { // temporary fix for upstream mtgjson issue
continue;
}
MtgJsonSet jsonSet = MtgJsonService.sets().getOrDefault(set.getCode().toUpperCase(Locale.ENGLISH), null);
if (jsonSet == null) {
continue;