diff --git a/litellm/tests/test_text_completion.py b/litellm/tests/test_text_completion.py index 286b645df..2c69b6e87 100644 --- a/litellm/tests/test_text_completion.py +++ b/litellm/tests/test_text_completion.py @@ -122,4 +122,4 @@ def test_completion_hf_prompt_array(): # response_str = response["choices"][0]["text"] except Exception as e: pytest.fail(f"Error occurred: {e}") -# test_completion_hf_prompt_array() \ No newline at end of file +test_completion_hf_prompt_array() \ No newline at end of file