Skip to content

Commit 9c2331b

Browse files
committed
values() -> entries warning fix
1 parent 918de83 commit 9c2331b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/kotlin/org/jetbrains/kotlinx/dataframe/api/sortGroupedDataframe.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class SortGroupedDataframeTests {
5757
groupBy.keys[0].print()
5858

5959
val df1 = groupBy.updateGroups {
60-
val missingValues = State.values().asList().toDataFrame {
60+
val missingValues = State.entries.toDataFrame {
6161
"state" from { it }
6262
}
6363

0 commit comments

Comments
 (0)