From 78dbb15ccde05ab6397031014f28255824363631 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 8 Jun 2024 21:05:35 -0700 Subject: [PATCH] ci/cd run again --- litellm/tests/test_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 4ac727cd2b4..a669dccfec6 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -345,7 +345,7 @@ def test_completion_claude_3_function_call(model): drop_params=True, ) - # Add any assertions, here to check response args + # Add any assertions here to check response args print(response) assert isinstance(response.choices[0].message.tool_calls[0].function.name, str) assert isinstance(