Skip to content

Commit

Permalink
Removed stupid print statement from tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Sep 20, 2013
1 parent 2f460b9 commit ff0701f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests.py
Expand Up @@ -22,7 +22,6 @@ def test_latlng(self):

def test_result_attributes(self):
result = self.geocoder.get("Winnetka")[0]
print result.geometry.location.wkt
self.assertEqual(type(result.address_components), type([]))
[self.assertEqual(type(i), AddressComponent) for i in result.address_components]
[self.assertEqual(type(i.long_name), type(u"")) for i in result.address_components]
Expand Down

0 comments on commit ff0701f

Please sign in to comment.