Reduce precision of lat/long coords used in testing
authorAaron Hill <aa1ronham@gmail.com>
Sat, 5 Nov 2016 22:12:59 +0000 (18:12 -0400)
committerAaron Hill <aa1ronham@gmail.com>
Sat, 5 Nov 2016 22:12:59 +0000 (18:12 -0400)
commit3b6d52ba09532a99cb87259093761308293098f5
tree6aea1774aa679a98f7e0a6ccd5d39af7cf7d1225
parentd02d760c67063714cd199d2e6c29f36952ebfa59
Reduce precision of lat/long coords used in testing

Python 2 truncates earlier than Python 3 when converting floats to a
string, which was causing problems with the cassette recording.
cassettes/testgeoapis.json
tests/test_api.py