- style error bug fix

This commit is contained in:
Zachary Hampton
2024-06-06 15:24:12 -07:00
parent 93e6778a48
commit 011680f7d8
3 changed files with 25 additions and 14 deletions

View File

@@ -175,3 +175,13 @@ def test_exclude_pending():
)
assert results is not None and len(results) > 0
def test_style_value_error():
results = scrape_property(
location="Alaska, AK",
listing_type="sold",
extra_property_data=False,
)
assert results is not None and len(results) > 0