manaul correction attempts

This commit is contained in:
ed
2026-06-15 19:14:22 -04:00
parent 33fcedefc7
commit f9832b07b3
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ def test_app_controller_do_generate_uses_persona_strategy(mock_build):
assert call_kwargs.get("aggregation_strategy") == "full"
@patch("src.summarize.summarise_file")
@patch("src.multi_agent_conductor.ai_client.send")
@patch("src.multi_agent_conductor.ai_client.send_result")
def test_run_worker_lifecycle_uses_strategy(mock_send, mock_summarise, tmp_path):
mock_send.return_value = "fake response"
mock_summarise.return_value = "fake summary"