tests: added verify checks for a wrong target settings (related to #11100)

This commit is contained in:
Oleg Agafonov 2023-09-07 05:20:41 +04:00
parent a52d25bc39
commit ddcc6f2197
2 changed files with 64 additions and 11 deletions

View file

@ -25,7 +25,7 @@ public final class MtgJsonCard {
public List<String> types;
public List<String> subtypes;
public String text; // rules splits by \n
public String text; // rules splits by \n, can be null on empty abilities list
public String loyalty;
public String defense;