mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-27 14:25:20 +02:00
fix format
This commit is contained in:
parent
b800e57def
commit
7ffb2208e2
1 changed files with 1 additions and 1 deletions
|
|
@ -19,4 +19,4 @@ async def test_action_serdeser(new_filename):
|
|||
new_action = WritePRD(**ser_action_dict)
|
||||
assert new_action.name == "WritePRD"
|
||||
with pytest.raises(FileNotFoundError):
|
||||
action_output = await new_action.run(with_messages=Message(content="write a cli snake game"))
|
||||
await new_action.run(with_messages=Message(content="write a cli snake game"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue