- rename days variable

This commit is contained in:
Zachary Hampton
2023-10-04 21:35:14 -07:00
parent ba7ad069c9
commit a9225b532f
5 changed files with 9 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ def test_realtor_comps():
result = scrape_property(
location="2530 Al Lipscomb Way",
radius=0.5,
property_younger_than=180,
past_days=180,
listing_type="sold",
)
@@ -38,11 +38,11 @@ def test_realtor_comps():
def test_realtor_last_x_days_sold():
days_result_30 = scrape_property(
location="Dallas, TX", listing_type="sold", property_younger_than=30
location="Dallas, TX", listing_type="sold", past_days=30
)
days_result_10 = scrape_property(
location="Dallas, TX", listing_type="sold", property_younger_than=10
location="Dallas, TX", listing_type="sold", past_days=10
)
assert all(