mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00: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(" 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 ")
|
||||
|
|
Loading…
Reference in a new issue