Skip to content

Commit f317041

Browse files
AdrianMiskakpavlov
authored andcommitted
fix lint error
1 parent c38ad2d commit f317041

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)