Skip to content

Commit d6fe324

Browse files
committed
Merge branch 'master' into deephaven-csv-default
2 parents 7c86fb3 + eba950c commit d6fe324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataframe-csv/src/test/kotlin/org/jetbrains/kotlinx/dataframe/io/DelimCsvTsvTests.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ class DelimCsvTsvTests {
323323
}
324324

325325
val df = DataFrame.readCsv(
326-
"../data/jetbrains_repositories.csv",
326+
"../data/jetbrains repositories.csv",
327327
skipLines = 1, // we need to skip the empty lines manually
328328
)
329329
df.columnNames() shouldBe listOf("full_name", "html_url", "stargazers_count", "topics", "watchers")

0 commit comments

Comments
 (0)