Fixed verify tests to ignore mtgjson updates

This commit is contained in:
Oleg Agafonov 2019-01-14 06:19:39 +04:00
parent f566f3af71
commit b0e2845b59
5 changed files with 22 additions and 0 deletions

View file

@ -1,5 +1,10 @@
package mage.verify;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import static mage.verify.MtgJson.MTGJSON_IGNORE_NEW_PROPERTIES;
@JsonIgnoreProperties(ignoreUnknown = MTGJSON_IGNORE_NEW_PROPERTIES)
public class JsonForeignData {
public String flavorText;
public String language;