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

Commit e6fc45e

Browse files
author
Kharude, Sachin
committed
Fixed test
Signed-off-by: Kharude, Sachin <sachin.kharude@here.com>
1 parent bac0116 commit e6fc45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def test_ls_reverse_geocoding():
7979
ls = LS(api_key=LS_API_KEY)
8080
resp = ls.reverse_geocode(lat=19.1646, lng=72.8493)
8181
address = resp.items[0]["address"]["label"]
82-
assert address == "Goregaon, Goregaon West, Mumbai 400062, India"
82+
assert "Goregaon" in address
8383
resp1 = ls.reverse_geocode(lat=19.1646, lng=72.8493, limit=4)
8484
assert len(resp1.items) == 4
8585

0 commit comments

Comments
 (0)