Skip to content

Commit 1e6f51d

Browse files
authored
Update bson-kotlinx/src/test/kotlin/org/bson/codecs/kotlinx/KotlinSerializerCodecTest.kt
1 parent fb1446b commit 1e6f51d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bson-kotlinx/src/test/kotlin/org/bson/codecs/kotlinx/KotlinSerializerCodecTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ class KotlinSerializerCodecTest {
244244
"""{"value": -9223372036854775808}""" to """{"value": -9223372036854775808}""",
245245
"""{"value": {"${'$'}numberDecimal": "-9223372036854775809"}}""" to
246246
"""{"value": -9223372036854775809}""",
247+
"""{"value": {"${'$'}numberDecimal": "1.8E+309"}}""" to """{"value": 1.8E+309}""",
248+
"""{"value": {"${'$'}numberDecimal": "1E-325"}}""" to """{"value": 1E-325}""",
247249
)
248250
}
249251
}

0 commit comments

Comments
 (0)