mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix verify failure
This commit is contained in:
parent
2128d8aaa0
commit
e56960c2ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue