JAVA-27449 Fix test in libraries-data-io module

This commit is contained in:
timis1 2023-11-16 09:17:03 +02:00 committed by n
parent 5787183a36
commit e5215678f3

View File

@ -74,7 +74,7 @@ public class OpenCsvIntegrationTest {
assertThat(contents.split(NEW_LINE)) assertThat(contents.split(NEW_LINE))
.containsExactly( .containsExactly(
"'colA','colB','colC'", "'COLA','COLB','COLC'",
"'Test1','sample','data'", "'Test1','sample','data'",
"'Test2','ipso','facto'" "'Test2','ipso','facto'"
); );