Skip to content

Commit 4c709b4

Browse files
authored
fix typo in ToolCallingAutoConfigurationTests (#2665)
Signed-off-by: jitokim <pigberger70@gmail.com>
1 parent 0d748e2 commit 4c709b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto-configurations/models/tool/spring-ai-autoconfigure-model-tool/src/test/java/org/springframework/ai/model/tool/autoconfigure/ToolCallingAutoConfigurationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ void beansAreCreated() {
6868
}
6969

7070
@Test
71-
void resolveMultipleFuncitonAndToolCallbacks() {
71+
void resolveMultipleFunctionAndToolCallbacks() {
7272
new ApplicationContextRunner().withConfiguration(AutoConfigurations.of(ToolCallingAutoConfiguration.class))
7373
.withUserConfiguration(Config.class)
7474
.run(context -> {

0 commit comments

Comments
 (0)