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

Commit b03f06d

Browse files
committed
fix: made additional test be an async method
1 parent 4dd85b3 commit b03f06d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/asyncio/test_operation_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ async def test_constructor():
8585

8686

8787
@pytest.mark.asyncio
88-
def test_metadata():
88+
async def test_metadata():
8989
expected_metadata = struct_pb2.Struct()
9090
future, _, _ = make_operation_future(
9191
[make_operation_proto(metadata=expected_metadata)]

0 commit comments

Comments
 (0)