diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 4734ac37e..777100c74 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -71,7 +71,7 @@ def test_completion_claude(): messages=messages, request_timeout=10, ) - # Add any assertions here to check the response args + # Add any assertions here to check response args print(response) print(response.usage) print(response.usage.completion_tokens)