mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Fix temporary verify skip
This commit is contained in:
parent
95056edf22
commit
e24952a4a6
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ public class VerifyCardDataTest {
|
|||
skipListAddName(SKIP_LIST_TYPE, "UNH", "Old Fogey"); // uses summon word as a joke card
|
||||
skipListAddName(SKIP_LIST_TYPE, "UND", "Old Fogey");
|
||||
skipListAddName(SKIP_LIST_TYPE, "UST", "capital offense"); // uses "instant" instead "Instant" as a joke card
|
||||
skipListAddName(SKIP_LIST_TYPE, "SNC", "Spellbinding Soprano"); // temporary
|
||||
skipListAddName(SKIP_LIST_TYPE, "NCC", "Spellbinding Soprano"); // temporary
|
||||
|
||||
// subtype
|
||||
skipListCreate(SKIP_LIST_SUBTYPE);
|
||||
|
|
Loading…
Reference in a new issue