mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
add workaround for verify failure
This commit is contained in:
parent
1c0dd711ee
commit
3bf2b0aac3
1 changed files with 6 additions and 0 deletions
|
|
@ -1680,6 +1680,12 @@ public class VerifyCardDataTest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (expected.contains("Time") && expected.contains("Lord")) {
|
||||||
|
expected.remove("Time");
|
||||||
|
expected.remove("Lord");
|
||||||
|
expected.add("Time Lord");
|
||||||
|
}
|
||||||
|
|
||||||
// Remove subtypes that need to be ignored
|
// Remove subtypes that need to be ignored
|
||||||
Collection<String> actual = card
|
Collection<String> actual = card
|
||||||
.getSubtype()
|
.getSubtype()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue