mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
remove temporary skip for missing booster data
This commit is contained in:
parent
93f4b95f8a
commit
95fc3f5ff9
1 changed files with 0 additions and 3 deletions
|
|
@ -1066,9 +1066,6 @@ public class VerifyCardDataTest {
|
||||||
ignoreBoosterSets.add("March of the Machine: The Aftermath"); // epilogue boosters aren't for draft
|
ignoreBoosterSets.add("March of the Machine: The Aftermath"); // epilogue boosters aren't for draft
|
||||||
|
|
||||||
for (ExpansionSet set : sets) {
|
for (ExpansionSet set : sets) {
|
||||||
if (true) { // temporary fix for upstream mtgjson issue
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
MtgJsonSet jsonSet = MtgJsonService.sets().getOrDefault(set.getCode().toUpperCase(Locale.ENGLISH), null);
|
MtgJsonSet jsonSet = MtgJsonService.sets().getOrDefault(set.getCode().toUpperCase(Locale.ENGLISH), null);
|
||||||
if (jsonSet == null) {
|
if (jsonSet == null) {
|
||||||
continue;
|
continue;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue