Skip to content

Commit e06216b

Browse files
committed
fix for failing test
1 parent c4951a8 commit e06216b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/dataframe-gradle-plugin/src/integrationTest/kotlin/org/jetbrains/dataframe/gradle/SchemaGeneratorPluginIntegrationTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ class SchemaGeneratorPluginIntegrationTest : AbstractDataFramePluginIntegrationT
436436
437437
kotlin {
438438
sourceSets {
439-
js {
439+
js(IR) {
440440
browser()
441441
}
442442
}

0 commit comments

Comments
 (0)