We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3524899 commit 5e39be6Copy full SHA for 5e39be6
tests/llm/test_anthropic.py
@@ -64,7 +64,5 @@ def test_gen_stream(self):
64
max_tokens_to_sample=300,
65
stream=True
66
)
67
- mock_redis_instance.set.assert_called_once()
68
-
69
if __name__ == "__main__":
70
unittest.main()
0 commit comments