Skip to content

Commit 14342b1

Browse files
committed
remove changes from test_method.py
1 parent c486c49 commit 14342b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/gapic/test_method.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ def test_wrap_method_with_overriding_timeout_as_a_number():
201201
result = wrapped_method(timeout=22)
202202

203203
assert result == 42
204+
204205
actual_timeout = method.call_args[1]["timeout"]
205206
metadata = method.call_args[1]["metadata"]
206207
assert metadata == mock.ANY

0 commit comments

Comments
 (0)