Skip to content

Commit

Permalink
- realtor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyHampton committed Oct 4, 2023
1 parent 446d548 commit 6bb6876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_realtor.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_realtor():
listing_type="for_sale",
)
]
except (InvalidSite, InvalidListingType, NoResultsFound, GeoCoordsNotFound):
except (InvalidListingType, NoResultsFound):
assert True

assert all([result is None for result in bad_results])

0 comments on commit 6bb6876

Please sign in to comment.