Skip to content

Commit e2512b3

Browse files
xion-chokimohiomanbo
authored andcommitted
fix: correct name typo from 'Differnt' to 'Different'
Signed-off-by: Changho Kim <[email protected]>
1 parent 52f9ab2 commit e2512b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp/common/src/test/java/org/springframework/ai/mcp/SyncMcpToolCallbackProviderTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ void getToolCallbacksShouldThrowExceptionForDuplicateToolNames() {
9898
}
9999

100100
@Test
101-
void getSameNameToolsButDifferntClientInfoNamesShouldProduceDifferentToolCallbackNames() {
101+
void getSameNameToolsButDifferentClientInfoNamesShouldProduceDifferentToolCallbackNames() {
102102

103103
Tool tool1 = mock(Tool.class);
104104
when(tool1.name()).thenReturn("sameName");

0 commit comments

Comments
 (0)