mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
temporary test fix
This commit is contained in:
parent
a226a6fae8
commit
81ce0ad1df
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,6 @@ public class VerifyCardDataTest {
|
|||
skipListAddName(SKIP_LIST_PT, "UST", "Garbage Elemental");
|
||||
skipListAddName(SKIP_LIST_PT, "UST", "Infinity Elemental");
|
||||
skipListAddName(SKIP_LIST_PT, "UNH", "Old Fogey");
|
||||
skipListAddName(SKIP_LIST_PT, "MH1", "Ruination Rioter");
|
||||
|
||||
// color
|
||||
skipListCreate(SKIP_LIST_COLOR);
|
||||
|
@ -103,6 +102,7 @@ public class VerifyCardDataTest {
|
|||
skipListAddName(SKIP_LIST_COST, "ULG", "Erase");
|
||||
skipListAddName(SKIP_LIST_COST, "H17", "Grimlock, Dinobot Leader");
|
||||
skipListAddName(SKIP_LIST_COST, "UST", "Everythingamajig");
|
||||
skipListAddName(SKIP_LIST_COST, "THB", "Anax, Hardened in the Forge"); // until it's been corrected in MTGJSON
|
||||
|
||||
// supertype
|
||||
skipListCreate(SKIP_LIST_SUPERTYPE);
|
||||
|
|
Loading…
Reference in a new issue