Skip to content
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/biocore/labadmin into add…
Browse files Browse the repository at this point in the history
…edSurveyTestData
  • Loading branch information
sjanssen2 committed Jan 11, 2017
2 parents c96697f + a89ffcd commit 80a9f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions knimin/lib/tests/test_geocoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ def test_geocode_nonmock(self):
self.assertEqual(obs.country, exp.country)

# Test for unicode
obs = geocode('12 Erlangen')
exp = Location('12 Erlangen', 59.36121550000001, 16.4908829,
obs = geocode('Erlangengatan 12')
exp = Location('Erlangengatan 12', 59.36121550000001, 16.4908829,
38.21769714355469, 'Eskilstuna',
u'S\xf6dermanlands l\xe4n', '632 30', 'Sweden')
self.assertEqual(obs, exp)
Expand Down

0 comments on commit 80a9f6d

Please sign in to comment.