mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
add temporary verify skip
This commit is contained in:
parent
462552d0ef
commit
7f3b03782e
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ public class VerifyCardDataTest {
|
|||
// subtype
|
||||
skipListCreate(SKIP_LIST_SUBTYPE);
|
||||
skipListAddName(SKIP_LIST_SUBTYPE, "UGL", "Miss Demeanor"); // uses multiple types as a joke card: Lady, of, Proper, Etiquette
|
||||
skipListAddName(SKIP_LIST_SUBTYPE, "DMU", "Benalish Sleeper"); // temporary
|
||||
|
||||
// number
|
||||
skipListCreate(SKIP_LIST_NUMBER);
|
||||
|
|
Loading…
Reference in a new issue