From c225f1a4cb968de37d5de4c076b1303a804d7826 Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Thu, 8 May 2025 10:47:57 -0400 Subject: [PATCH] x --- .../anthropic/tests/integration_tests/test_chat_models.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/partners/anthropic/tests/integration_tests/test_chat_models.py b/libs/partners/anthropic/tests/integration_tests/test_chat_models.py index 3debbad3fe5..dbde0b701a2 100644 --- a/libs/partners/anthropic/tests/integration_tests/test_chat_models.py +++ b/libs/partners/anthropic/tests/integration_tests/test_chat_models.py @@ -135,8 +135,6 @@ async def test_stream_usage() -> None: assert isinstance(token, AIMessageChunk) assert token.usage_metadata is None - -async def test_stream_usage_override() -> None: # check we override with kwarg model = ChatAnthropic(model_name=MODEL_NAME) # type: ignore[call-arg] assert model.stream_usage