You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: make doTest suspendable and initialize bot config
Updated `doTest` to be a suspend function to support coroutine usage. Added `initConfiguration` call to ensure bot configuration is properly initialized before use. This improves reliability and aligns with the required setup process.
Copy file name to clipboardExpand all lines: simbot-component-onebot-v11/simbot-component-onebot-v11-core/src/commonTest/kotlin/love/forte/simbot/component/onebot/v11/core/bot/BotDecoderFromCustomComponentTests.kt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ class BotDecoderFromCustomComponentTests {
0 commit comments