Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit f1a1c82

Browse files
committed
Update format
1 parent 67b84ec commit f1a1c82

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

gapic/templates/tests/unit/gapic/%name_%version/%sub/test_%service.py.j2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,7 @@ def test_{{ method_name }}_api_version_header(transport_name):
249249
with mock.patch.object(
250250
type(client.transport.{{ method.transport_safe_name|snake_case }}),
251251
'__call__'{% if mode == "async" %},
252-
new_callable=AsyncMock{% endif %}
253-
) as call:
252+
new_callable=AsyncMock{% endif %}) as call:
254253
{% if mode == "async" %}
255254
await client.{{ method_name }}()
256255
{% else %}

0 commit comments

Comments
 (0)