Skip to content

Commit 8a0c79d

Browse files
committed
Formatting
1 parent 65d01c6 commit 8a0c79d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,8 +681,7 @@ void streamChatCompletionDeltas() throws IOException {
681681
void testMultiMessage() throws IOException {
682682
stubFor(
683683
post("/completion")
684-
.willReturn(
685-
aResponse().withStatus(SC_OK).withBodyFile("multiMessageResponse.json")));
684+
.willReturn(aResponse().withStatus(SC_OK).withBodyFile("multiMessageResponse.json")));
686685

687686
OrchestrationAiModel customGpt4o =
688687
GPT_4O_MINI

0 commit comments

Comments
 (0)