summaryrefslogtreecommitdiff
path: root/runtime/commonTest/src/kotlinx/serialization/json/MapLikeSerializerTest.kt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/commonTest/src/kotlinx/serialization/json/MapLikeSerializerTest.kt')
-rw-r--r--runtime/commonTest/src/kotlinx/serialization/json/MapLikeSerializerTest.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/commonTest/src/kotlinx/serialization/json/MapLikeSerializerTest.kt b/runtime/commonTest/src/kotlinx/serialization/json/MapLikeSerializerTest.kt
index f58a74a8..5594ce04 100644
--- a/runtime/commonTest/src/kotlinx/serialization/json/MapLikeSerializerTest.kt
+++ b/runtime/commonTest/src/kotlinx/serialization/json/MapLikeSerializerTest.kt
@@ -40,7 +40,7 @@ class MapLikeSerializerTest : JsonTestBase() {
var value: String? = null
mainLoop@ while (true) {
when (val idx = composite.decodeElementIndex(descriptor)) {
- CompositeDecoder.READ_DONE -> {
+ CompositeDecoder.DECODE_DONE -> {
break@mainLoop
}
0 -> {