Skip to content

Commit 00a00cd

Browse files
committed
fix unit test...
1 parent 8140d4d commit 00a00cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp-spring/mcp-spring-webflux/src/test/java/io/modelcontextprotocol/client/transport/WebFluxSseClientTransportTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ void constructorValidation() {
127127

128128
assertThatThrownBy(() -> new WebFluxSseClientTransport(webClientBuilder, null))
129129
.isInstanceOf(IllegalArgumentException.class)
130-
.hasMessageContaining("ObjectMapper must not be null");
130+
.hasMessageContaining("The ObjectMapper can not be null");
131131
}
132132

133133
@Test

0 commit comments

Comments
 (0)