mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
added temporary verify skip
This commit is contained in:
parent
cd922fcfd0
commit
5ad72e96f4
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, "CLB", "Thrakkus the Butcher"); // temporary
|
||||
|
||||
// number
|
||||
skipListCreate(SKIP_LIST_NUMBER);
|
||||
|
|
Loading…
Reference in a new issue