Commit f8e7d3ac authored by Him188's avatar Him188

Fix test

parent e7ea1968
......@@ -58,7 +58,7 @@ class JceDecoderTest {
println(
TestComplexJceStruct().toByteArray(TestComplexJceStruct.serializer()).loadAs(
TestComplexNullableJceStruct.serializer(),
JceCharset.UTF8
JceCharset.GBK
).contentToString()
)
}
......@@ -68,7 +68,7 @@ class JceDecoderTest {
println(
TestComplexNullableJceStruct().toByteArray(TestComplexNullableJceStruct.serializer()).loadAs(
TestComplexNullableJceStruct.serializer(),
JceCharset.UTF8
JceCharset.GBK
).contentToString()
)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment