Skip to content

Commit abd07b9

Browse files
seongm1nspring-builds
authored andcommitted
test: Remove debug System.out.println from QuestionAnswerAdvisorTests
Signed-off-by: Theo <[email protected]> Signed-off-by: seongm1n <[email protected]> Fixes #4102 (cherry picked from commit c72c8c2)
1 parent aa53cdb commit abd07b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

advisors/spring-ai-advisors-vector-store/src/test/java/org/springframework/ai/chat/client/advisor/vectorstore/QuestionAnswerAdvisorTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ public Duration getTokensReset() {
151151

152152
Message systemMessage = this.promptCaptor.getValue().getInstructions().get(0);
153153

154-
System.out.println(systemMessage.getText());
155-
156154
assertThat(systemMessage.getText()).isEqualToIgnoringWhitespace("""
157155
Default system text.
158156
""");

0 commit comments

Comments
 (0)