From a326a0ade142e1d3067bfdcd9717a1c61e4980fb Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 7 Oct 2023 11:11:54 -0700 Subject: [PATCH] test(completion): test bumping a version --- 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 d9e97eed1..9ca571642 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -316,7 +316,7 @@ def test_completion_cohere(): # commenting for now as the cohere endpoint is bei except Exception as e: pytest.fail(f"Error occurred: {e}") -# test_completion_cohere() +# test_completion_cohere() # def test_completion_openai():