Skip to content

Commit 897022f

Browse files
committed
fix
1 parent 3ebc3cb commit 897022f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp-spring/mcp-spring-webmvc/src/test/java/io/modelcontextprotocol/server/WebMvcSseIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ void testCreateMessageWithRequestTimeoutSuccess() throws Exception {
297297
@Test
298298
void testCreateMessageWithRequestTimeoutFail() throws Exception {
299299
// Server
300-
var callResponse = new McpSchema.CallToolResult(List.of(new McpSchema.TextContent("CALL RESPONSE")),null);
300+
var callResponse = new McpSchema.CallToolResult(List.of(new McpSchema.TextContent("CALL RESPONSE")), null);
301301
var jsonSchema = mcpJacksonCodec.getMapper().readValue(emptyJsonSchema, McpSchema.JsonSchema.class);
302302
var tool = new McpServerFeatures.AsyncToolSpecification(
303303
new McpSchema.Tool("tool1", "tool1 description", jsonSchema), (exchange, request) -> {

0 commit comments

Comments
 (0)