Skip to content

Commit 1f6fcfa

Browse files
committed
fmt
1 parent 4960dc1 commit 1f6fcfa

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

integrations/google_genai/tests/test_chat_generator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,7 @@ def retrieve_image():
641641

642642
assert "apple" in result["last_message"].text.lower()
643643

644+
644645
@pytest.mark.skipif(
645646
not os.environ.get("GOOGLE_API_KEY", None),
646647
reason="Export an env var called GOOGLE_API_KEY containing the Google API key to run this test.",

integrations/google_genai/tests/test_chat_generator_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ def test_convert_google_chunk_to_streaming_chunk_real_example(self, monkeypatch)
490490
assert streaming_chunk.tool_calls[5].index == 5
491491

492492
def test_aggregate_streaming_chunks_with_reasoning(self):
493-
"""Test the _aggregate_streaming_chunks_with_reasoning method for reasoning content aggregation."""
493+
"""Test the _aggregate_streaming_chunks_with_reasoning function for reasoning content aggregation."""
494494

495495
# Create mock streaming chunks with reasoning content
496496
chunk1 = Mock()

0 commit comments

Comments
 (0)