Skip to content

Commit 663f868

Browse files
committed
Fixed linting
1 parent 4141164 commit 663f868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/genai/tests/unit_tests/test_chat_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,4 +791,4 @@ def test_retry_decorator_with_custom_parameters() -> None:
791791
)
792792

793793
# Verify that the retry mechanism used the custom parameters
794-
assert mock_generation_method.call_count == 3
794+
assert mock_generation_method.call_count == 3

0 commit comments

Comments
 (0)