Skip to content

Commit

Permalink
removed extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmitchellv committed Oct 17, 2023
1 parent 9e4dde9 commit 6a4bf40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/geospatial/test_census_geocode_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ def test_geocode_from_dict(monkeypatch, census_response_data, geocoded_response)
# Test ambiguous address
ambiguous_address_dict = {"street": "123 Main Street"}
monkeypatch.setattr(census_client, "_call_census_api", mock_ambiguous_address)
# census_client._call_census_api.return_value = ambiguous_address_dict
assert census_client.geocode_from_dict(ambiguous_address_dict) is None

# Test malformed input input (e.g., zipcode == ABC)
Expand Down

0 comments on commit 6a4bf40

Please sign in to comment.