fix tests

This commit is contained in:
geekan 2023-12-29 10:59:34 +08:00
parent e399163d3a
commit 2f88b80afa

View file

@ -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