Skip to content

Commit 6966a1a

Browse files
committed
fix: properly designate async test methods
1 parent 2c98385 commit 6966a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/asyncio/test_operation_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ async def test_unexpected_result(unused_sleep):
178178

179179

180180
@pytest.mark.asyncio
181-
def test_from_gapic():
181+
async def test_from_gapic():
182182
operation_proto = make_operation_proto(done=True)
183183
operations_client = mock.create_autospec(
184184
operations_v1.OperationsClient, instance=True

0 commit comments

Comments
 (0)