Skip to content

Commit a733e21

Browse files
committed
fix typo in WebFluxSseIntegrationTests
Signed-off-by: jitokim <pigberger70@gmail.com>
1 parent f348a83 commit a733e21

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/WebFluxSseIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ void testRootsWithoutCapability(String clientType) {
282282

283283
@ParameterizedTest(name = "{0} : {displayName} ")
284284
@ValueSource(strings = { "httpclient", "webflux" })
285-
void testRootsNotifciationWithEmptyRootsList(String clientType) {
285+
void testRootsNotificationWithEmptyRootsList(String clientType) {
286286
var clientBuilder = clientBuilders.get(clientType);
287287

288288
AtomicReference<List<Root>> rootsRef = new AtomicReference<>();

0 commit comments

Comments
 (0)