mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
remove temporary skip
This commit is contained in:
parent
eac7b93d79
commit
118aa6c3c0
1 changed files with 0 additions and 3 deletions
|
|
@ -1620,9 +1620,6 @@ public class VerifyCardDataTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void checkColors(Card card, MtgJsonCard ref) {
|
private void checkColors(Card card, MtgJsonCard ref) {
|
||||||
if ((card.getExpansionSetCode().equals("MKM") || card.getExpansionSetCode().equals("CLU")) && card.isLand()) {// temporary
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (skipListHaveName(SKIP_LIST_COLOR, card.getExpansionSetCode(), card.getName())) {
|
if (skipListHaveName(SKIP_LIST_COLOR, card.getExpansionSetCode(), card.getName())) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue