Skip to content

Commit ea0c7ab

Browse files
committed
Fix typo in test name: testPingWithEaxctExceptionType -> testPingWithExactExceptionType
1 parent 476f9db commit ea0c7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp-core/src/test/java/io/modelcontextprotocol/client/HttpSseMcpAsyncClientLostConnectionTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void withClient(McpClientTransport transport, Consumer<McpAsyncClient> c) {
122122
}
123123

124124
@Test
125-
void testPingWithEaxctExceptionType() {
125+
void testPingWithExactExceptionType() {
126126
withClient(HttpClientSseClientTransport.builder(host).build(), mcpAsyncClient -> {
127127
StepVerifier.create(mcpAsyncClient.initialize()).expectNextCount(1).verifyComplete();
128128

0 commit comments

Comments
 (0)