From 3a4a8d01a32d8934ea9af63f73efa58d2684e3c4 Mon Sep 17 00:00:00 2001 From: Him188 Date: Mon, 2 May 2022 11:20:23 +0100 Subject: [PATCH] Fix test `can auto log` --- .../utils/io/serialization/tars/internal/DebugLoggerTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mirai-core/src/commonTest/kotlin/utils/io/serialization/tars/internal/DebugLoggerTest.kt b/mirai-core/src/commonTest/kotlin/utils/io/serialization/tars/internal/DebugLoggerTest.kt index 9bbf06ff7..6b91d44e0 100644 --- a/mirai-core/src/commonTest/kotlin/utils/io/serialization/tars/internal/DebugLoggerTest.kt +++ b/mirai-core/src/commonTest/kotlin/utils/io/serialization/tars/internal/DebugLoggerTest.kt @@ -74,6 +74,8 @@ class DebugLoggerTest : AbstractTest() { name=str decodeElementIndex: TarsHead(tag=3, type=0(Byte)) skipping Byte + decodeElementIndex EOF + endStructure: net.mamoe.mirai.internal.utils.io.serialization.tars.internal.DebugLoggerTest.Struct, null, null """.trimIndent().trim(), exception.message!!.trim().uniteLine() ) }