diff --git a/litellm/tests/test_function_calling.py b/litellm/tests/test_function_calling.py index 0d2aad59bc..2a815edc8e 100644 --- a/litellm/tests/test_function_calling.py +++ b/litellm/tests/test_function_calling.py @@ -274,7 +274,6 @@ def test_groq_parallel_function_call(): ) print("length of tool calls", len(tool_calls)) - print("Expecting there to be 3 tool calls") # Step 2: check if the model wanted to call a function if tool_calls: