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