Skip to content

Commit d203e8d

Browse files
committed
fixed 2 openapi tests
1 parent c5a855b commit d203e8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,6 +1167,7 @@ class DataFrameSymbolProcessorTest {
11671167
@file:ImportDataSchema(
11681168
"Petstore",
11691169
"$it",
1170+
enableExperimentalOpenApi = true,
11701171
)
11711172
package org.example
11721173
import org.jetbrains.kotlinx.dataframe.annotations.CsvOptions
@@ -1289,6 +1290,7 @@ class DataFrameSymbolProcessorTest {
12891290
@file:ImportDataSchema(
12901291
path = "$it",
12911292
name = "Petstore",
1293+
enableExperimentalOpenApi = true,
12921294
)
12931295
package org.example
12941296
import org.jetbrains.kotlinx.dataframe.annotations.CsvOptions

0 commit comments

Comments
 (0)