Skip to content

Commit 33b5855

Browse files
Automated commit of generated code
1 parent e9e96bc commit 33b5855

File tree

1 file changed

+1
-1
lines changed
  • core/generated-sources/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api

1 file changed

+1
-1
lines changed

core/generated-sources/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api/Modify.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ class Modify : TestBase() {
365365

366366
// a.b.e -> be
367367
// c.d.e -> de
368-
df.move { colsAtAnyDepth { it.name() == "e" } }.toTop { it.parentName + it.name() }
368+
df.move { colsAtAnyDepth().nameContains("e") }.toTop { it.parentName + it.name() }
369369
// SampleEnd
370370
}
371371

0 commit comments

Comments
 (0)