forked from External/mage
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…
Add table
Add a link
Reference in a new issue