Skip to content

Commit

Permalink
fix test and release: v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Oct 17, 2024
1 parent ef3c24c commit 92ffb86
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import com.ionspin.kotlin.crypto.LibsodiumInitializer
import com.ionspin.kotlin.crypto.signature.Signature
import com.ionspin.kotlin.crypto.signature.crypto_sign_BYTES
import io.ktor.client.engine.mock.*
import io.ktor.utils.io.core.*
import kotlinx.coroutines.test.runTest
import love.forte.simbot.qguild.stdlib.BotFactory
Expand Down Expand Up @@ -147,6 +148,9 @@ class Ed25519TestsCommon {
fun opcode13ProcessTest() = runTest {
val bot = BotFactory.create("11111111", "DG5g3B4j9X2KOErG", "") {
disableWs = true
apiClientEngine = MockEngine {
respondOk()
}
}


Expand Down

0 comments on commit 92ffb86

Please sign in to comment.