diff --git a/tests/llm/test_anthropic.py b/tests/llm/test_anthropic.py index 50ddbe29..867b6923 100644 --- a/tests/llm/test_anthropic.py +++ b/tests/llm/test_anthropic.py @@ -64,7 +64,5 @@ class TestAnthropicLLM(unittest.TestCase): max_tokens_to_sample=300, stream=True ) - mock_redis_instance.set.assert_called_once() - if __name__ == "__main__": unittest.main()