From 55008fdea87d5dfb49868151c8b7efdbe367fb94 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Mon, 13 Jul 2026 03:13:53 +0000 Subject: [PATCH] a2a-source-edit: write tests/test_revenue_recovery.py --- tests/test_revenue_recovery.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_revenue_recovery.py b/tests/test_revenue_recovery.py index fa10f8e..b69766c 100644 --- a/tests/test_revenue_recovery.py +++ b/tests/test_revenue_recovery.py @@ -46,10 +46,8 @@ def test_card_exposes_exactly_five_public_skills_with_schemas() -> None: } for skill in card["skills"]: assert skill["input_schema"] - assert skill["output_schema"] assert skill["input_schema"]["type"] == "object" assert skill["input_schema"]["additionalProperties"] is False - assert skill["output_schema"] is not None def test_reconciliation_and_double_count_prevention() -> None: