Skip to content

Commit ce5d170

Browse files
committed
fixed ksp test
1 parent 9e91046 commit ce5d170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/symbol-processor/src/test/kotlin/org/jetbrains/dataframe/ksp/DataFrameSymbolProcessorTest.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ class DataFrameSymbolProcessorTest {
10431043
result.successfulCompilation shouldBe false
10441044
}
10451045

1046-
private val jetbrainsCsv = File("../../data/jetbrains repositories.csv")
1046+
private val jetbrainsCsv = File("../../data/jetbrains_repositories.csv")
10471047

10481048
@Test
10491049
fun `imported schema resolved`() {
@@ -1063,7 +1063,7 @@ class DataFrameSymbolProcessorTest {
10631063
import org.jetbrains.kotlinx.dataframe.annotations.CsvOptions
10641064
import org.jetbrains.kotlinx.dataframe.annotations.ImportDataSchema
10651065
1066-
fun resolve() = Schema.readCSV()
1066+
fun resolve() = Schema.readCsv()
10671067
""".trimIndent(),
10681068
),
10691069
),

0 commit comments

Comments
 (0)