Fixed Dragon Egg tests

This commit is contained in:
Oleg Agafonov 2018-06-23 01:19:54 +04:00
parent 3f73cf4121
commit fb36f329f9
2 changed files with 2 additions and 1 deletions

View file

@ -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);

View file

@ -72,6 +72,7 @@ public class VerifyCardDataTest {
// subtype
skipListCreate("SUBTYPE");
skipListAddName("SUBTYPE", "Dragon Egg"); // uncomment when MTGJSON is updated with M19
// number
skipListCreate("NUMBER");