Skip to content

Commit 4ebc2a3

Browse files
committed
Formatting
1 parent 7db4500 commit 4ebc2a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

foundation-models/openai/src/test/java/com/sap/ai/sdk/foundationmodels/openai/OpenAiClientTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,9 @@ void embedding() {
421421

422422
verify(
423423
postRequestedFor(urlPathEqualTo("/embeddings"))
424-
.withRequestBody(equalToJson("""
424+
.withRequestBody(
425+
equalToJson(
426+
"""
425427
{"input": "Hello World" }""")));
426428
}
427429

0 commit comments

Comments
 (0)