Skip to content

Commit d142782

Browse files
mingo1996Kehrlann
authored andcommitted
Fix typo in test name: testPingWithEaxctExceptionType -> testPingWithExactExceptionType
1 parent 2d22868 commit d142782

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)