mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Tests: added verify checks for wrong set's settings like parent set and block name (temporary disabled)
This commit is contained in:
parent
59d2b59a4f
commit
8f748b0f2c
4 changed files with 53 additions and 3 deletions
|
|
@ -13,6 +13,10 @@ public final class MtgJsonSet {
|
|||
public String releaseDate;
|
||||
public int totalSetSize;
|
||||
|
||||
public String block;
|
||||
|
||||
public String parentCode;
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return code + " - " + name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue