mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-02 14:45:17 +02:00
Merge branch 'dev' of https://github.com/garylin2099/MetaGPT into dev
This commit is contained in:
commit
41cc9ceab6
5 changed files with 9 additions and 6 deletions
|
|
@ -58,7 +58,7 @@ async def test_search_engine(search_engine_type, run_func: Callable, max_results
|
|||
assert isinstance(rsp, str)
|
||||
else:
|
||||
assert isinstance(rsp, list)
|
||||
assert len(rsp) == max_results
|
||||
assert len(rsp) <= max_results
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue