From 317f4b440e2dc0c0c90017e38c10e3ba78a54c40 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Mon, 13 Jul 2026 03:08:17 +0000 Subject: [PATCH] a2a-source-edit: write tests/test_revenue_recovery.py --- tests/test_revenue_recovery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_revenue_recovery.py b/tests/test_revenue_recovery.py index 9efe845..efd2732 100644 --- a/tests/test_revenue_recovery.py +++ b/tests/test_revenue_recovery.py @@ -62,7 +62,7 @@ def test_reconciliation_and_double_count_prevention() -> None: # Duplicate inv_1003 is represented as data quality with zero amount, not double-counted. assert any(f.leakage_type.value == "data_quality" and f.recoverable_amount == 0 for f in findings) assert "Duplicate invoices suppressed from amount totals: 1" in unknowns - assert totals["USD"] == 3530.0 + assert totals["USD"] == 2022.0 def test_suppression_and_dispute_blockers() -> None: