JAVA-27449 Fix test in libraries-data-io module
This commit is contained in:
parent
5787183a36
commit
e5215678f3
@ -74,7 +74,7 @@ public class OpenCsvIntegrationTest {
|
||||
|
||||
assertThat(contents.split(NEW_LINE))
|
||||
.containsExactly(
|
||||
"'colA','colB','colC'",
|
||||
"'COLA','COLB','COLC'",
|
||||
"'Test1','sample','data'",
|
||||
"'Test2','ipso','facto'"
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user