Skip to content

Commit 0c44fee

Browse files
committed
Rename unit test Functions
1 parent 1653b44 commit 0c44fee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ void testMultiMessage() throws IOException {
790790
}
791791

792792
@Test
793-
void testJsonSchema() throws IOException {
793+
void testResponseObjectJsonSchema() throws IOException {
794794
stubFor(
795795
post(anyUrl())
796796
.willReturn(
@@ -887,7 +887,7 @@ void testJsonSchema() throws IOException {
887887
}
888888

889889
@Test
890-
void testJsonObject() throws IOException {
890+
void testResponseObjectJsonObject() throws IOException {
891891
stubFor(
892892
post(anyUrl())
893893
.willReturn(

0 commit comments

Comments
 (0)