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))
|
||||
.containsExactly(
|
||||
"'colA','colB','colC'",
|
||||
"'COLA','COLB','COLC'",
|
||||
"'Test1','sample','data'",
|
||||
"'Test2','ipso','facto'"
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue