mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
update unittest due to implement update
This commit is contained in:
parent
71067c894b
commit
465279dfcc
1 changed files with 2 additions and 2 deletions
|
|
@ -18,5 +18,5 @@ async def test_action_serdeser(new_filename):
|
|||
|
||||
new_action = WritePRD(**ser_action_dict)
|
||||
assert new_action.name == "WritePRD"
|
||||
action_output = await new_action.run(with_messages=Message(content="write a cli snake game"))
|
||||
assert len(action_output.content) > 0
|
||||
with pytest.raises(FileNotFoundError):
|
||||
action_output = await new_action.run(with_messages=Message(content="write a cli snake game"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue