mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
tests: verify fix
This commit is contained in:
parent
437b0eedc9
commit
feb21f2d00
1 changed files with 1 additions and 1 deletions
|
|
@ -1047,7 +1047,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("Innistrad Remastered");
|
ignoreBoosterSets.add("Final Fantasy");
|
||||||
// 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