diff --git a/tests/test_govmap_client.py b/tests/test_govmap_client.py index 51cabbb..b0286f3 100644 --- a/tests/test_govmap_client.py +++ b/tests/test_govmap_client.py @@ -524,4 +524,4 @@ class TestMarketAnalysisFunctions: assert "price_per_sqm_stats" in stats assert stats["count"] == 3 assert stats["price_stats"]["mean"] > 0 - assert stats["area_stats"]["mean"] > 0 \ No newline at end of file + assert stats["area_stats"]["mean"] == pytest.approx(80.0)