fixed another test failure

This commit is contained in:
Evan Kranzler 2021-05-07 08:59:54 -04:00
parent 8d0efaabc9
commit 8104cdb7a5

View file

@ -825,6 +825,7 @@ public class VerifyCardDataTest {
.replaceAll("&", "And")
.replaceAll(" vs. ", " Vs ") // for more friendly class name generation in logs TODO: replace to CamelCase transform instead custom words
.replaceAll(" the ", " The ")
.replaceAll(" in ", " In ")
.replaceAll(" and ", " And ")
.replaceAll(" of ", " Of ")
.replaceAll(" to ", " To ")