project management

This commit is contained in:
femto 2023-09-11 13:19:05 +08:00
parent d18a419d4b
commit f17b00ed1c
3 changed files with 7 additions and 5 deletions

View file

@ -18,4 +18,4 @@ async def test_product_manager():
rsp = await product_manager.handle(MockMessages.req)
logger.info(rsp)
assert len(rsp.content) > 0
assert "产品目标" in rsp.content
assert "Product Goals" in rsp.content