Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: zhichao-aws <[email protected]>
  • Loading branch information
zhichao-aws committed Dec 21, 2023
1 parent 97f92e9 commit de436a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public void testRunAsyncWithEmptySearchResponse() {
mockedImpl.run(Map.of(AbstractRetrieverTool.INPUT_FIELD, "hello world"), listener);

future.join();
assertEquals("", future.get());
assertEquals("Can not get any match from search result.", future.get());
}

@Test
Expand Down

0 comments on commit de436a4

Please sign in to comment.