Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
Signed-off-by: Kharude, Sachin <sachin.kharude@here.com>
  • Loading branch information
Kharude, Sachin committed Apr 3, 2021
1 parent bac0116 commit e6fc45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ls.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_ls_reverse_geocoding():
ls = LS(api_key=LS_API_KEY)
resp = ls.reverse_geocode(lat=19.1646, lng=72.8493)
address = resp.items[0]["address"]["label"]
assert address == "Goregaon, Goregaon West, Mumbai 400062, India"
assert "Goregaon" in address
resp1 = ls.reverse_geocode(lat=19.1646, lng=72.8493, limit=4)
assert len(resp1.items) == 4

Expand Down

0 comments on commit e6fc45e

Please sign in to comment.