Tests: migrate to new mtgjson version

This commit is contained in:
Oleg Agafonov 2020-01-22 01:32:03 +04:00
parent 93d3ee4a93
commit 46d5b228cf
3 changed files with 5 additions and 3 deletions

View file

@ -765,7 +765,7 @@ public class VerifyCardDataTest {
checkSupertypes(card, ref);
checkTypes(card, ref);
checkColors(card, ref);
//checkNumbers(card, ref); // TODO: load data from allsets.json and check it (allcards.json do not have card numbers)
//checkNumbers(card, ref); // TODO: load data from AllPrintings.json and check it (allcards.json do not have card numbers)
checkBasicLands(card, ref);
checkMissingAbilities(card, ref);
checkWrongSymbolsInRules(card);