fix verify failure

This commit is contained in:
theelk801 2023-04-22 20:49:17 -04:00
parent 44307f2d0a
commit d106426b21
3 changed files with 6 additions and 5 deletions

View file

@ -869,6 +869,7 @@ public class VerifyCardDataTest {
String needClassName = Arrays.stream(
set.getName()
.replaceAll("&", "And")
.replace("-", " ")
.replaceAll("[.+-/:\"']", "")
.split(" ")
).map(CardUtil::getTextWithFirstCharUpperCase).reduce("", String::concat);