mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
fix tests
This commit is contained in:
parent
e399163d3a
commit
2f88b80afa
1 changed files with 1 additions and 1 deletions
|
|
@ -18,4 +18,4 @@ async def test_product_manager():
|
|||
rsp = await product_manager.run(MockMessages.req)
|
||||
logger.info(rsp)
|
||||
assert len(rsp.content) > 0
|
||||
assert "Product Goals" in rsp.content
|
||||
assert rsp.content == MockMessages.req.content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue