Skip to content

Commit cd4efcb

Browse files
committed
Fix test
1 parent f31d25c commit cd4efcb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/kotlin/org/jetbrains/kotlinx/dataframe/testSets/person/DataFrameTests.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,6 @@ class DataFrameTests : BaseTest() {
10551055
fun `select with rename`() {
10561056
val expected = typed.select { name and age }.rename { all() }.into { it.name + 2 }
10571057
typed.select { name into "name2" and age.into("age2") } shouldBe expected
1058-
df.select { name("name2") and age("age2") } shouldBe expected
10591058
}
10601059

10611060
@Test

0 commit comments

Comments
 (0)