mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Fixed test
This commit is contained in:
parent
1a145e828f
commit
2005607821
1 changed files with 2 additions and 0 deletions
|
@ -94,9 +94,11 @@ public class VerifyCardDataTest {
|
|||
|
||||
// color
|
||||
skipListCreate(SKIP_LIST_COLOR);
|
||||
skipListAddName(SKIP_LIST_COLOR, "NEO", "Prodigy's Prototype"); // TODO: remove after mtgjson update
|
||||
|
||||
// cost
|
||||
skipListCreate(SKIP_LIST_COST);
|
||||
skipListAddName(SKIP_LIST_COST, "NEO", "Prodigy's Prototype"); // TODO: remove after mtgjson update
|
||||
|
||||
// supertype
|
||||
skipListCreate(SKIP_LIST_SUPERTYPE);
|
||||
|
|
Loading…
Reference in a new issue