mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix verify
This commit is contained in:
parent
e8d5fb8c59
commit
589a02ae85
1 changed files with 2 additions and 3 deletions
|
|
@ -960,13 +960,12 @@ public class VerifyCardDataTest {
|
|||
private static final Set<String> ignoreBoosterSets = new HashSet<>();
|
||||
|
||||
static {
|
||||
// temporary, TODO: remove after set release and mtgjson get info
|
||||
ignoreBoosterSets.add("Edge of Eternities");
|
||||
// jumpstart, TODO: must implement from JumpstartPoolGenerator, see #13264
|
||||
// jumpstart, TODO: implement from JumpstartPoolGenerator, see #13264
|
||||
ignoreBoosterSets.add("Jumpstart");
|
||||
ignoreBoosterSets.add("Jumpstart 2022");
|
||||
ignoreBoosterSets.add("Foundations Jumpstart");
|
||||
ignoreBoosterSets.add("Ravnica: Clue Edition");
|
||||
ignoreBoosterSets.add("Avatar: The Last Airbender Eternal");
|
||||
// joke or un-sets, low implemented cards
|
||||
ignoreBoosterSets.add("Unglued");
|
||||
ignoreBoosterSets.add("Unhinged");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue