Skip to content

Commit 04e6725

Browse files
committed
fix(test): remove redundant assertions in StreamableHttpServerConfigurationTest
1 parent 29c5946 commit 04e6725

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

kotlin-sdk-server/src/jvmTest/kotlin/io/modelcontextprotocol/kotlin/sdk/server/StreamableHttpServerConfigurationTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ class StreamableHttpServerConfigurationTest {
3232
}
3333
}
3434

35-
logOutput.shouldNotBeEmpty()
3635
logOutput shouldContain "already installed with an unknown JSON configuration"
3736
}
3837

@@ -50,7 +49,6 @@ class StreamableHttpServerConfigurationTest {
5049
}
5150
}
5251

53-
logOutput.shouldNotBeEmpty()
5452
logOutput shouldContain "already installed with an unknown JSON configuration"
5553
}
5654

0 commit comments

Comments
 (0)