diff --git a/litellm/tests/test_token_counter.py b/litellm/tests/test_token_counter.py index 889c434ce4..fbe2b977a7 100644 --- a/litellm/tests/test_token_counter.py +++ b/litellm/tests/test_token_counter.py @@ -34,7 +34,7 @@ def test_tokenizers(): # assert that all token values are different assert openai_tokens != cohere_tokens != llama2_tokens, "Token values are not different." - return "It worked!" + print("test tokenizer: It worked!") except Exception as e: pytest.fail(f'An exception occured: {e}')