From 8e240518a987b113bf57ca36af6b5c2fb3932f39 Mon Sep 17 00:00:00 2001 From: theelk801 Date: Tue, 22 Aug 2023 20:13:15 -0400 Subject: [PATCH] fix verify failures --- Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java b/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java index 8cd59679107..1b50e7a0236 100644 --- a/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java +++ b/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java @@ -150,6 +150,9 @@ public class VerifyCardDataTest { // rarity skipListCreate(SKIP_LIST_RARITY); skipListAddName(SKIP_LIST_RARITY, "CMR", "The Prismatic Piper"); // Collation is not yet set up for CMR https://www.lethe.xyz/mtg/collation/cmr.html + skipListAddName(SKIP_LIST_RARITY, "WOE", "Picklock Prankster"); // temporary + skipListAddName(SKIP_LIST_RARITY, "WOE", "Free the Fae"); // temporary + skipListAddName(SKIP_LIST_RARITY, "WOE", "Up the Beanstalk"); // temporary // missing abilities skipListCreate(SKIP_LIST_MISSING_ABILITIES);