From 216c1fb33f8d64618ee8576207179f0ee5e91642 Mon Sep 17 00:00:00 2001 From: Vidit-Ostwal Date: Mon, 10 Feb 2025 02:35:28 +0530 Subject: [PATCH] Fixed unit test case --- tests/crew_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/crew_test.py b/tests/crew_test.py index 4812ab93f..2b9648c36 100644 --- a/tests/crew_test.py +++ b/tests/crew_test.py @@ -3101,7 +3101,7 @@ def test_crew_testing_function(kickoff_mock, copy_mock, crew_evaluator): copy_mock.return_value = crew n_iterations = 2 - crew.test(n_iterations, openai_model_name="gpt-4o-mini", inputs={"topic": "AI"}) + crew.test(n_iterations, eval_llm="gpt-4o-mini", inputs={"topic": "AI"}) # Ensure kickoff is called on the copied crew kickoff_mock.assert_has_calls(