fix format

This commit is contained in:
better629 2024-01-15 20:24:43 +08:00
parent b800e57def
commit 7ffb2208e2

View file

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