Merge pull request #15224 from timis1/JAVA-27449
JAVA-27449 Fix test in libraries-data-io module
This commit is contained in:
commit
58960df6fc
|
@ -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'"
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue