forked from External/mage
fix verify failure
This commit is contained in:
parent
44307f2d0a
commit
d106426b21
3 changed files with 6 additions and 5 deletions
|
|
@ -869,6 +869,7 @@ public class VerifyCardDataTest {
|
|||
String needClassName = Arrays.stream(
|
||||
set.getName()
|
||||
.replaceAll("&", "And")
|
||||
.replace("-", " ")
|
||||
.replaceAll("[.+-/:\"']", "")
|
||||
.split(" ")
|
||||
).map(CardUtil::getTextWithFirstCharUpperCase).reduce("", String::concat);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue