Skip to content

Commit

Permalink
fixed unstable IT
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain4j committed Jul 2, 2024
1 parent c5e8af8 commit 234141b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -537,10 +537,10 @@ void should_use_static_metadata_filter(ChatLanguageModel model) {
.build();

// when
String answer1 = assistant.answer("Which animal?");
String answer = assistant.answer("Which animal is mentioned?");

// then
assertThat(answer1).containsIgnoringCase("dog");
assertThat(answer).containsIgnoringCase("dog");
}

@ParameterizedTest
Expand Down

0 comments on commit 234141b

Please sign in to comment.