From a35f155e3e9d9df0f015beae4ae3b5052bcbe79d Mon Sep 17 00:00:00 2001 From: Matthew Tang Date: Tue, 9 Jun 2026 16:23:02 -0700 Subject: [PATCH] fix: Mark async test properly PiperOrigin-RevId: 929465265 --- tests/unit/agentplatform/frameworks/test_frameworks_adk.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unit/agentplatform/frameworks/test_frameworks_adk.py b/tests/unit/agentplatform/frameworks/test_frameworks_adk.py index 59f5f85368..6da7d41409 100644 --- a/tests/unit/agentplatform/frameworks/test_frameworks_adk.py +++ b/tests/unit/agentplatform/frameworks/test_frameworks_adk.py @@ -993,6 +993,8 @@ async def test_async_artifact_management_lazy_init( version=0, ) assert app7._tmpl_attrs.get("artifact_service") is not None + + @pytest.mark.asyncio async def test_async_add_session_to_memory_dict( self, get_project_id_mock: mock.Mock,