Skip to content

Commit 4c497a8

Browse files
committed
fixup! Introduce Kotlin integration tests
Signed-off-by: Sergey Karpov <[email protected]>
1 parent 69b0fee commit 4c497a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kotlin-sdk-test/src/jvmTest/kotlin/io/modelcontextprotocol/kotlin/sdk/integration/typescript/TypeScriptClientKotlinServerTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ class TypeScriptClientKotlinServerTest : TypeScriptTestBase() {
158158

159159
threads.forEach { it.join() }
160160

161+
println("EXCEPTIONS: ${exceptions.joinToString { it.message ?: "" }}")
161162
assertTrue(exceptions.isEmpty(), "No exceptions should occur: ${exceptions.joinToString { it.message ?: "" }}")
162163

163164
val sortedOutputs = outputs.sortedBy { it.first }.map { it.second }

0 commit comments

Comments
 (0)