Skip to content

Commit c9a3e66

Browse files
authored
fix: test name error (#1035)
* fix: test name error * fix: test name error
1 parent 0ebf4ab commit c9a3e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/spring-ai-anthropic/src/test/java/org/springframework/ai/anthropic/AnthropicTestConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ private String getApiKey() {
3838
}
3939

4040
@Bean
41-
public AnthropicChatModel openAiChatModel(AnthropicApi api) {
41+
public AnthropicChatModel anthropicChatModel(AnthropicApi api) {
4242
AnthropicChatModel anthropicChatModel = new AnthropicChatModel(api);
4343
return anthropicChatModel;
4444
}

0 commit comments

Comments
 (0)