Skip to content

Commit 7ef071f

Browse files
committed
Fix leftover conflict marker in test_google.py
1 parent 902e43d commit 7ef071f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/models/test_google.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3154,7 +3154,6 @@ async def test_google_httpx_client_is_not_closed(allow_model_requests: None, gem
31543154
assert result.output == snapshot('The capital of Mexico is **Mexico City**.')
31553155

31563156

3157-
<<<<<<< HEAD
31583157
def test_google_process_response_filters_empty_text_parts(google_provider: GoogleProvider):
31593158
model = GoogleModel('gemini-2.5-pro', provider=google_provider)
31603159
response = _generate_response_with_texts(response_id='resp-123', texts=['', 'first', '', 'second'])

0 commit comments

Comments
 (0)