We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c98385 commit 6966a1aCopy full SHA for 6966a1a
tests/asyncio/test_operation_async.py
@@ -178,7 +178,7 @@ async def test_unexpected_result(unused_sleep):
178
179
180
@pytest.mark.asyncio
181
-def test_from_gapic():
+async def test_from_gapic():
182
operation_proto = make_operation_proto(done=True)
183
operations_client = mock.create_autospec(
184
operations_v1.OperationsClient, instance=True
0 commit comments