mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
added verify skips
This commit is contained in:
parent
38481ef1e5
commit
241205b425
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,8 @@ public class VerifyCardDataTest {
|
|||
// power-toughness
|
||||
skipListCreate(SKIP_LIST_PT);
|
||||
skipListAddName(SKIP_LIST_PT, "CLB", "Bronze Walrus"); // temporary
|
||||
skipListAddName(SKIP_LIST_PT, "CLB", "Explosive Crystal"); // temporary
|
||||
skipListAddName(SKIP_LIST_PT, "CLB", "Banishing Coils"); // temporary
|
||||
|
||||
// color
|
||||
skipListCreate(SKIP_LIST_COLOR);
|
||||
|
|
Loading…
Reference in a new issue