Skip to content

Commit c4e363a

Browse files
Poggeccicopybara-github
authored andcommitted
fix: formatting error in LangChain4J test
PiperOrigin-RevId: 782011578
1 parent 2aa474d commit c4e363a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

contrib/langchain4j/src/test/java/com/google/adk/models/langchain4j/LangChain4jTest.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -554,12 +554,12 @@ void testGenerateContentWithStructuredResponseJsonSchema() {
554554
// Mock the AI response with structured JSON data
555555
final String jsonResponse =
556556
"""
557-
{
558-
"name": "John Doe",
559-
"age": "30",
560-
"city": "New York"
561-
}
562-
""";
557+
{
558+
"name": "John Doe",
559+
"age": "30",
560+
"city": "New York"
561+
}
562+
""";
563563
final AiMessage aiMessage = AiMessage.from(jsonResponse);
564564

565565
final ChatResponse chatResponse = mock(ChatResponse.class);

0 commit comments

Comments
 (0)