Skip to content

Commit

Permalink
Fix StringCleanTest
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Aug 8, 2018
1 parent 21f15fc commit 9fc9e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/apoc/text/StringCleanTest.java
Expand Up @@ -43,7 +43,7 @@ public static Collection<Object[]> data() {
return Arrays.asList(new Object[][]{
{ "&N[]eo 4 #J-(3.0) ", "neo4j30"},
{ "German umlaut Ä Ö Ü ä ö ü ß ", "germanumlautaeoeueaeoeuess" },
{ "French çÇéèêëïîôœàâæùûü", "frenchcceeeeiioaauuue"}
{ "French çÇéèêëïîôœàâæùûü", "frenchcceeeeiioœaaæuuue"}
});
}

Expand Down

0 comments on commit 9fc9e56

Please sign in to comment.