Skip to content

Commit 5e39be6

Browse files
committed
fix: tests anthropic
1 parent 3524899 commit 5e39be6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/llm/test_anthropic.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,5 @@ def test_gen_stream(self):
6464
max_tokens_to_sample=300,
6565
stream=True
6666
)
67-
mock_redis_instance.set.assert_called_once()
68-
6967
if __name__ == "__main__":
7068
unittest.main()

0 commit comments

Comments
 (0)