forked from External/mage
Fixed verify tests to ignore mtgjson updates
This commit is contained in:
parent
f566f3af71
commit
b0e2845b59
5 changed files with 22 additions and 0 deletions
|
|
@ -1,7 +1,12 @@
|
|||
package mage.verify;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import static mage.verify.MtgJson.MTGJSON_IGNORE_NEW_PROPERTIES;
|
||||
|
||||
@JsonIgnoreProperties(ignoreUnknown = MTGJSON_IGNORE_NEW_PROPERTIES)
|
||||
class JsonSet {
|
||||
public int baseSetSize;
|
||||
public String block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue