forked from External/mage
verify test: stop failing on reminder text discrepancy, just warn
This commit is contained in:
parent
641c0b5a01
commit
0c72877fdc
1 changed files with 1 additions and 1 deletions
|
|
@ -1981,7 +1981,7 @@ public class VerifyCardDataTest {
|
|||
boolean needHint = ref.text.contains(objectHint);
|
||||
boolean haveHint = card.getRules().stream().anyMatch(rule -> rule.contains(objectHint));
|
||||
if (needHint != haveHint) {
|
||||
fail(card, "abilities", "card have " + objectClass.getSimpleName() + " but hint is wrong (it must be " + (needHint ? "enabled" : "disabled") + ")");
|
||||
warn(card, "card have " + objectClass.getSimpleName() + " but hint is wrong (it must be " + (needHint ? "enabled" : "disabled") + ")");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue