Skip to content

Commit cfbc10c

Browse files
committed
Format
1 parent 57594fd commit cfbc10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/gapic/test_method.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def test_wrap_method_with_overriding_retry_timeout_compression(unused_sleep):
189189
method.assert_called_with(
190190
timeout=specified_timeout,
191191
compression=grpc.Compression.Deflate,
192-
metadata=mock.ANY
192+
metadata=mock.ANY,
193193
)
194194

195195

0 commit comments

Comments
 (0)