Update tests/test_govmap_client.py

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Nitzan Pomerantz
2025-10-25 00:41:24 +03:00
committed by GitHub
parent b62815ec08
commit 8be71aec55
+2 -2
View File
@@ -533,8 +533,8 @@ class TestMarketAnalysisFunctions:
assert stats["price_stats"]["mean"] > 0 assert stats["price_stats"]["mean"] > 0
assert stats["area_stats"]["mean"] == pytest.approx(80.0) assert stats["area_stats"]["mean"] == pytest.approx(80.0)
def test_same_building_detection_with_api_fields(self): def test_is_same_building_comparisons(self):
"""Test same building detection with actual API field structure.""" """Test `_is_same_building` correctly compares address strings."""
client = GovmapClient() client = GovmapClient()
# Test that _is_same_building works with addresses constructed from API fields # Test that _is_same_building works with addresses constructed from API fields