Skip to content

Commit

Permalink
rm print
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Dec 18, 2024
1 parent d50a7cd commit 8e3d6f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integrations/anthropic/tests/test_chat_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,6 @@ def test_prompt_caching(self, cache_enabled):
assert len(result["replies"]) == 1
token_usage = result["replies"][0].meta.get("usage")

print(token_usage)

if cache_enabled:
# either we created cache or we read it (depends on how you execute this integration test)
assert (
Expand Down

0 comments on commit 8e3d6f1

Please sign in to comment.