Skip to content

Commit 2ba8aea

Browse files
committed
fix lint error
1 parent a342ec0 commit 2ba8aea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kotlin-sdk-client/src/commonTest/kotlin/io/modelcontextprotocol/kotlin/sdk/client/StreamableHttpClientTransportTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ class StreamableHttpClientTransportTest {
417417
}.onFailure { e ->
418418
when (e) {
419419
is TimeoutCancellationException -> fail("Client connect caused a hang", e)
420+
420421
is IllegalStateException -> {
421422
// Expected behavior: connect finishes and fails with an exception.
422423
}

0 commit comments

Comments
 (0)