mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
fixed another test failure
This commit is contained in:
parent
8d0efaabc9
commit
8104cdb7a5
1 changed files with 1 additions and 0 deletions
|
|
@ -825,6 +825,7 @@ public class VerifyCardDataTest {
|
||||||
.replaceAll("&", "And")
|
.replaceAll("&", "And")
|
||||||
.replaceAll(" vs. ", " Vs ") // for more friendly class name generation in logs TODO: replace to CamelCase transform instead custom words
|
.replaceAll(" vs. ", " Vs ") // for more friendly class name generation in logs TODO: replace to CamelCase transform instead custom words
|
||||||
.replaceAll(" the ", " The ")
|
.replaceAll(" the ", " The ")
|
||||||
|
.replaceAll(" in ", " In ")
|
||||||
.replaceAll(" and ", " And ")
|
.replaceAll(" and ", " And ")
|
||||||
.replaceAll(" of ", " Of ")
|
.replaceAll(" of ", " Of ")
|
||||||
.replaceAll(" to ", " To ")
|
.replaceAll(" to ", " To ")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue