We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017dae2 commit 0ecd72dCopy full SHA for 0ecd72d
src/test/groovy/edu/ie3/datamodel/io/csv/GridIoIT.groovy
@@ -40,7 +40,7 @@ class GridIoIT extends Specification implements CsvTestDataMeta {
40
new DefaultDirectoryHierarchy("output", "vn_simona"))
41
tempDirectory = Files.createTempDirectory("GridIoIT")
42
sinkFlat = new CsvFileSink(tempDirectory.toAbsolutePath().toString())
43
- sinkHierarchic = new CsvFileSink(tempDirectory.toAbsolutePath().toString(), hierarchicNamingStrategy, false, ",")
+ sinkHierarchic = new CsvFileSink(tempDirectory.toAbsolutePath().toString(), hierarchicNamingStrategy, ",")
44
}
45
46
def cleanupSpec() {
0 commit comments