Skip to content

Commit d8ccbf7

Browse files
committed
minor test method name change
1 parent 1c551d5 commit d8ccbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchestration/src/test/java/com/sap/ai/sdk/orchestration/OrchestrationUnitTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ void testRequestWithMultiChatMessage() throws IOException {
752752

753753
@SneakyThrows
754754
@Test
755-
void testOrchestrationChatResponseWithImage() {
755+
void testOrchestrationChatResponseWithMultiChatMessage() {
756756
var module = new SimpleModule();
757757
module.setMixInAnnotation(LLMModuleResult.class, JacksonMixins.NoneTypeInfoMixin.class);
758758
module.addDeserializer(

0 commit comments

Comments
 (0)