From fb36f329f97845a170c7b19624d5e830b75fa319 Mon Sep 17 00:00:00 2001 From: Oleg Agafonov Date: Sat, 23 Jun 2018 01:19:54 +0400 Subject: [PATCH] Fixed Dragon Egg tests --- Mage.Sets/src/mage/cards/d/DragonEgg.java | 2 +- Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/d/DragonEgg.java b/Mage.Sets/src/mage/cards/d/DragonEgg.java index a863de11cd..7758179a67 100644 --- a/Mage.Sets/src/mage/cards/d/DragonEgg.java +++ b/Mage.Sets/src/mage/cards/d/DragonEgg.java @@ -19,7 +19,7 @@ public final class DragonEgg extends CardImpl { public DragonEgg(UUID ownerId, CardSetInfo setInfo) { super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{2}{R}"); - this.subtype.add(SubType.DRAGON);//, SubType.EGG); uncomment when MTGJSON is updated with M19 + this.subtype.add(SubType.DRAGON, SubType.EGG); this.power = new MageInt(0); this.toughness = new MageInt(2); diff --git a/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java b/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java index 344b52e7ea..30612176f0 100644 --- a/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java +++ b/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java @@ -72,6 +72,7 @@ public class VerifyCardDataTest { // subtype skipListCreate("SUBTYPE"); + skipListAddName("SUBTYPE", "Dragon Egg"); // uncomment when MTGJSON is updated with M19 // number skipListCreate("NUMBER");