forked from External/mage
Reenabled Mage Verify, reverted Ripscale Predator to lizard (for now)
This commit is contained in:
parent
8333852025
commit
0ebe09d468
2 changed files with 1 additions and 3 deletions
|
|
@ -16,7 +16,6 @@ import java.util.*;
|
|||
import java.util.regex.Matcher;
|
||||
import java.util.regex.Pattern;
|
||||
import java.util.stream.Collectors;
|
||||
import org.junit.Ignore;
|
||||
|
||||
public class VerifyCardDataTest {
|
||||
|
||||
|
|
@ -49,7 +48,6 @@ public class VerifyCardDataTest {
|
|||
|
||||
private int failed = 0;
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void verifyCards() throws IOException {
|
||||
for (Card card : allCards()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue