From ea575ef62d128d7b0947ff390fb2698fcfbb3259 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 15 Apr 2024 08:40:39 -0700 Subject: [PATCH] fix test groq function call --- litellm/tests/test_function_calling.py | 1 - 1 file changed, 1 deletion(-) 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: