mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-20 15:38:09 +02:00
fixbug: WriteTest failed
This commit is contained in:
parent
780caf011d
commit
29bbe5752d
2 changed files with 5 additions and 1 deletions
|
|
@ -51,3 +51,7 @@ async def test_write_code_invalid_code(mocker):
|
|||
|
||||
# Assert that the returned code is the same as the invalid code string
|
||||
assert code == "Invalid Code String"
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
pytest.main([__file__, "-s"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue