From 20056078215bd92513a5c86642c0e519c0957a6a Mon Sep 17 00:00:00 2001 From: Oleg Agafonov Date: Wed, 2 Feb 2022 01:21:19 +0400 Subject: [PATCH] Fixed test --- Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java b/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java index 5cb839101aa..270fc4c0f94 100644 --- a/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java +++ b/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java @@ -94,9 +94,11 @@ public class VerifyCardDataTest { // color skipListCreate(SKIP_LIST_COLOR); + skipListAddName(SKIP_LIST_COLOR, "NEO", "Prodigy's Prototype"); // TODO: remove after mtgjson update // cost skipListCreate(SKIP_LIST_COST); + skipListAddName(SKIP_LIST_COST, "NEO", "Prodigy's Prototype"); // TODO: remove after mtgjson update // supertype skipListCreate(SKIP_LIST_SUPERTYPE);