Skip to content

Commit b67367c

Browse files
matthew29tangcopybara-github
authored andcommitted
fix: Mark async test properly
PiperOrigin-RevId: 929441289
1 parent a624fe5 commit b67367c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/unit/agentplatform/frameworks/test_frameworks_adk.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,8 @@ async def test_async_artifact_management_lazy_init(
993993
version=0,
994994
)
995995
assert app7._tmpl_attrs.get("artifact_service") is not None
996+
997+
@pytest.mark.asyncio
996998
async def test_async_add_session_to_memory_dict(
997999
self,
9981000
get_project_id_mock: mock.Mock,

0 commit comments

Comments
 (0)