Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrayraykk committed Oct 8, 2024
1 parent 094ef04 commit 7cfe9a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/web_search_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def test_arxiv_search(self) -> None:
id_list=["2402.14034"],
max_results=1,
)
print(res.content)
self.assertEqual(
res.content["entries"][0]["title"],
"AgentScope: A Flexible yet Robust Multi-Agent Platform",
Expand Down

0 comments on commit 7cfe9a8

Please sign in to comment.