From 472ae6a1d253aaef70727893c53abc56a345d16f Mon Sep 17 00:00:00 2001 From: Vidit-Ostwal Date: Mon, 10 Feb 2025 02:59:09 +0530 Subject: [PATCH] Fixed 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 3afec76c2..f1706b210 100644 --- a/tests/crew_test.py +++ b/tests/crew_test.py @@ -3111,7 +3111,7 @@ def test_crew_testing_function(kickoff_mock, copy_mock, crew_evaluator): crew_evaluator.assert_has_calls( [ - mock.call(crew,LLM), + mock.call(crew,LLM('gpt-4o-mini')), mock.call().set_iteration(1), mock.call().set_iteration(2), mock.call().print_crew_evaluation_result(),