mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
fixed a test failure
This commit is contained in:
parent
1dfde6d622
commit
93c9b2770a
1 changed files with 1 additions and 1 deletions
|
|
@ -1665,7 +1665,7 @@ public class VerifyCardDataTest {
|
||||||
// other cards can't have that stats
|
// other cards can't have that stats
|
||||||
if (isBasicLandName(card.getName())) {
|
if (isBasicLandName(card.getName())) {
|
||||||
// lands
|
// lands
|
||||||
if (card.getRarity() != Rarity.LAND) {
|
if (card.getRarity() != Rarity.LAND && card.getRarity() != Rarity.SPECIAL) {
|
||||||
fail(card, "rarity", "basic land must be Rarity.LAND");
|
fail(card, "rarity", "basic land must be Rarity.LAND");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue