Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/unit/agentplatform/frameworks/test_frameworks_adk.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading