Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 8735472

Browse files
committed
fix: restore asyncio designator for async tests
1 parent 050be33 commit 8735472

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/asyncio/test_operation_async.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ async def test_constructor():
8383
assert future.metadata is None
8484
assert await future.running()
8585

86-
8786
@pytest.mark.asyncio
8887
async def test_metadata():
8988
expected_metadata = struct_pb2.Struct()

0 commit comments

Comments
 (0)