Skip to content

Commit ba7dafb

Browse files
committed
test(client): adjust formatting in StreamableHttpClientTest for consistency
1 parent 1773fa2 commit ba7dafb

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

kotlin-sdk-client/src/jvmTest/kotlin/io/modelcontextprotocol/kotlin/sdk/client/StreamableHttpClientTest.kt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ internal class StreamableHttpClientTest : AbstractStreamableHttpClientTest() {
7373
|"jsonrpc":"2.0",
7474
|"id":"7ce065b0678f49e5b04ce5a0fcc7d518"
7575
|}
76-
|""".trimMargin(),
76+
|
77+
""".trimMargin(),
7778
)
7879
}
7980

@@ -126,9 +127,9 @@ internal class StreamableHttpClientTest : AbstractStreamableHttpClientTest() {
126127
ServerSentEvent(
127128
event = "message",
128129
id = "1",
130+
//language=json
129131
data =
130-
//language=json
131-
"""{"jsonrpc":"2.0","method":"notifications/progress","params":{"progressToken":"upload-123","progress":${i * 10},"total":100}}""",
132+
"""{"jsonrpc":"2.0","method":"notifications/progress","params":{"progressToken":"upload-123","progress":${i * 10},"total":100}}""",
132133
),
133134
)
134135
}

0 commit comments

Comments
 (0)