Skip to content

Commit b03f06d

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

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
@@ -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)