From 8be71aec55c19e8a42ecb8e72dc23fe080cf4a72 Mon Sep 17 00:00:00 2001 From: Nitzan Pomerantz <9297302+nitzpo@users.noreply.github.com> Date: Sat, 25 Oct 2025 00:41:24 +0300 Subject: [PATCH] Update tests/test_govmap_client.py Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- tests/test_govmap_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_govmap_client.py b/tests/test_govmap_client.py index 9e75675..14246ca 100644 --- a/tests/test_govmap_client.py +++ b/tests/test_govmap_client.py @@ -533,8 +533,8 @@ class TestMarketAnalysisFunctions: assert stats["price_stats"]["mean"] > 0 assert stats["area_stats"]["mean"] == pytest.approx(80.0) - def test_same_building_detection_with_api_fields(self): - """Test same building detection with actual API field structure.""" + def test_is_same_building_comparisons(self): + """Test `_is_same_building` correctly compares address strings.""" client = GovmapClient() # Test that _is_same_building works with addresses constructed from API fields