Skip to content

Commit

Permalink
Fixed Baidu testing
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Feb 28, 2015
1 parent 50840b8 commit 77d8f94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geocoder/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get(location, **kwargs):
'reverse': HereReverse,
},
'nokia': {'geocode': Here},
'baidu': {'geocode': Baidu}
'baidu': {'geocode': Baidu},
'yahoo': {'geocode': Yahoo},
'tomtom': {'geocode': Tomtom},
'arcgis': {'geocode': Arcgis},
Expand Down
2 changes: 1 addition & 1 deletion test_geocoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_maxmind():


def test_baidu():
g = geocoder.maxmind(china)
g = geocoder.baidu(china)
assert g.ok


Expand Down

0 comments on commit 77d8f94

Please sign in to comment.