fix verify failure

This commit is contained in:
theelk801 2025-07-18 21:20:14 -04:00
parent 2128d8aaa0
commit e56960c2ed

View file

@ -1076,7 +1076,7 @@ public class VerifyCardDataTest {
// CHECK: miss booster settings // CHECK: miss booster settings
Set<String> ignoreBoosterSets = new HashSet<>(); Set<String> ignoreBoosterSets = new HashSet<>();
// temporary, TODO: remove after set release and mtgjson get info // temporary, TODO: remove after set release and mtgjson get info
ignoreBoosterSets.add("Final Fantasy"); ignoreBoosterSets.add("Edge of Eternities");
// jumpstart, TODO: must implement from JumpstartPoolGenerator, see #13264 // jumpstart, TODO: must implement from JumpstartPoolGenerator, see #13264
ignoreBoosterSets.add("Jumpstart"); ignoreBoosterSets.add("Jumpstart");
ignoreBoosterSets.add("Jumpstart 2022"); ignoreBoosterSets.add("Jumpstart 2022");