forked from External/mage
Merge pull request #8251 from fearphage/preferred-has-3-rs
corrected typo: prefered -> preferred
This commit is contained in:
commit
b6f9d57216
12 changed files with 44 additions and 44 deletions
|
|
@ -1858,7 +1858,7 @@ public class VerifyCardDataTest {
|
|||
if (!cardId.getExtension().isEmpty()) {
|
||||
cardInfo = CardRepository.instance.findCardWPreferredSet(cardId.getName(), cardId.getExtension(), false);
|
||||
} else {
|
||||
cardInfo = CardRepository.instance.findPreferedCoreExpansionCard(cardId.getName(), false);
|
||||
cardInfo = CardRepository.instance.findPreferredCoreExpansionCard(cardId.getName(), false);
|
||||
}
|
||||
if (cardInfo == null) {
|
||||
errorsList.add("Error: broken cube, can't find card: " + cube.getClass().getCanonicalName() + " - " + cardId.getName());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue