mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
Tests: migrate to new mtgjson version
This commit is contained in:
parent
93d3ee4a93
commit
46d5b228cf
3 changed files with 5 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue