Skip to content

Commit c72c8c2

Browse files
seongm1nmarkpollack
authored andcommitted
test: Remove debug System.out.println from QuestionAnswerAdvisorTests
Signed-off-by: Theo <[email protected]> Signed-off-by: seongm1n <[email protected]> Auto-cherry-pick to 1.0.x Fixes #4102
1 parent c7f7b68 commit c72c8c2

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)