-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
_______________ test_wrap_method_with_overriding_retry_deadline _______________
Traceback (most recent call last):
File "C:\projects\google-cloud-python\core\tests\unit\api_core\gapic\test_method.py", line 159, in test_wrap_method_with_overriding_retry_deadline
assert timeout_args == [5, 10, 20, 29]
AssertionError: assert [5.0, 10.0, 20.0, 30.0] == [5, 10, 20, 29]
At index 3 diff: 30.0 != 29
Full diff:
- [5.0, 10.0, 20.0, 30.0]
+ [5, 10, 20, 29]