mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix verify failure
This commit is contained in:
parent
5f7890669b
commit
bacc6a0e77
1 changed files with 2 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ public class VerifyCardDataTest {
|
|||
skipListAddName(SKIP_LIST_TYPE, "WOE", "Knight of Doves"); // temporary
|
||||
skipListAddName(SKIP_LIST_TYPE, "WOE", "Faunsbane Troll"); // temporary
|
||||
skipListAddName(SKIP_LIST_TYPE, "WOE", "Ashiok's Reaper"); // temporary
|
||||
skipListAddName(SKIP_LIST_TYPE, "WOE", "Agatha's Champion"); // temporary
|
||||
|
||||
// subtype
|
||||
skipListCreate(SKIP_LIST_SUBTYPE);
|
||||
|
|
@ -146,6 +147,7 @@ public class VerifyCardDataTest {
|
|||
skipListAddName(SKIP_LIST_SUBTYPE, "WOE", "Knight of Doves"); // temporary
|
||||
skipListAddName(SKIP_LIST_SUBTYPE, "WOE", "Faunsbane Troll"); // temporary
|
||||
skipListAddName(SKIP_LIST_SUBTYPE, "WOE", "Ashiok's Reaper"); // temporary
|
||||
skipListAddName(SKIP_LIST_SUBTYPE, "WOE", "Agatha's Champion"); // temporary
|
||||
|
||||
// number
|
||||
skipListCreate(SKIP_LIST_NUMBER);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue