File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plugins/symbol-processor/src/test/kotlin/org/jetbrains/dataframe/ksp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1043,7 +1043,7 @@ class DataFrameSymbolProcessorTest {
1043
1043
result.successfulCompilation shouldBe false
1044
1044
}
1045
1045
1046
- private val jetbrainsCsv = File (" ../../data/jetbrains repositories .csv" )
1046
+ private val jetbrainsCsv = File (" ../../data/jetbrains_repositories .csv" )
1047
1047
1048
1048
@Test
1049
1049
fun `imported schema resolved` () {
@@ -1063,7 +1063,7 @@ class DataFrameSymbolProcessorTest {
1063
1063
import org.jetbrains.kotlinx.dataframe.annotations.CsvOptions
1064
1064
import org.jetbrains.kotlinx.dataframe.annotations.ImportDataSchema
1065
1065
1066
- fun resolve() = Schema.readCSV ()
1066
+ fun resolve() = Schema.readCsv ()
1067
1067
""" .trimIndent(),
1068
1068
),
1069
1069
),
You can’t perform that action at this time.
0 commit comments