mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
Updating tests
This commit is contained in:
@@ -341,4 +341,4 @@ def test_save_task_pydantic_output():
|
||||
with patch.object(Task, "_save_file") as save_file:
|
||||
save_file.return_value = None
|
||||
crew.kickoff()
|
||||
save_file.assert_called_once_with('{\n "score": 4\n}')
|
||||
save_file.assert_called_once_with('{"score":4}')
|
||||
|
||||
Reference in New Issue
Block a user