From 14db52232b34a3806be6b260ccfbd29640508665 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Sat, 18 Jul 2026 03:18:02 +0000 Subject: [PATCH] a2a-source-edit: write tests/test_full_stack_contract.py --- tests/test_full_stack_contract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_full_stack_contract.py b/tests/test_full_stack_contract.py index 173f390..a540889 100644 --- a/tests/test_full_stack_contract.py +++ b/tests/test_full_stack_contract.py @@ -159,7 +159,7 @@ def test_browser_upload_bridge_success_and_bounds(): def test_mcp_tools_expose_contract_names(): agent = QuoteJudgeStudioV1() - tools = skills_to_tools(agent.skills.values()) + tools = skills_to_tools(agent) tool_names = {tool["name"] for tool in tools} assert "compare_quotes" in tool_names assert "get_comparison" in tool_names