Skip to content

Commit

Permalink
Fix test failure cause by upgrade to protobuf>=5.0.0
Browse files Browse the repository at this point in the history
Change-Id: I16a3c1964284d16efb48073662901454d4e4a6a1
  • Loading branch information
MarkDaoust committed Sep 4, 2024
1 parent d009f13 commit 5c96b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_generative_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1120,13 +1120,13 @@ def test_repr_error_info_for_chat_streaming_unexpected_stop(self):
"usage_metadata": {}
}),
),
error=<StopCandidateException> index: 0
content {
error=<StopCandidateException> content {
parts {
text: "abc"
}
}
finish_reason: SAFETY
index: 0
citation_metadata {
}
"""
Expand Down

0 comments on commit 5c96b9b

Please sign in to comment.