add workaround for verify failure

This commit is contained in:
theelk801 2023-08-05 16:02:40 -04:00
parent 1c0dd711ee
commit 3bf2b0aac3

View file

@ -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()