Skip to content

Commit

Permalink
Automated commit of generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 23, 2025
1 parent e9e96bc commit 33b5855
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ class Modify : TestBase() {

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

Expand Down

0 comments on commit 33b5855

Please sign in to comment.