forked from External/mage
Fix tests
This commit is contained in:
parent
0ab7345fa3
commit
8ee7965580
3 changed files with 13 additions and 7 deletions
|
|
@ -72,7 +72,13 @@ public class VerifyCardDataTest {
|
|||
|
||||
// subtype
|
||||
skipListCreate("SUBTYPE");
|
||||
skipListAddName("SUBTYPE", "Dragon Egg"); // uncomment when MTGJSON is updated with M19
|
||||
skipListAddName("SUBTYPE", "Dragon Egg"); // remove when MTGJSON is updated with M19
|
||||
skipListAddName("SUBTYPE", "Rukh Egg"); // remove when MTGJSON is updated with M19
|
||||
skipListAddName("SUBTYPE", "Roc Egg"); // remove when MTGJSON is updated with M19
|
||||
skipListAddName("SUBTYPE", "Summoner's Egg"); // remove when MTGJSON is updated with M19
|
||||
skipListAddName("SUBTYPE", "Ludevic's Test Subject"); // remove when MTGJSON is updated with M19
|
||||
skipListAddName("SUBTYPE", "Prowling Pangolin"); // remove when MTGJSON is updated with M19
|
||||
skipListAddName("SUBTYPE", "Electryte"); // remove when MTGJSON is updated with M19
|
||||
|
||||
// number
|
||||
skipListCreate("NUMBER");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue