We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d36c36 commit 52ff3e4Copy full SHA for 52ff3e4
tests/tests.py
@@ -64,7 +64,7 @@ def test_lat(self):
64
65
my_location = location.first()
66
67
- self.assertAlmostEqual(40.7008854, my_location.lat, delta=0.01)
+ self.assertAlmostEqual(40.7008854, my_location.lat, delta=0.1)
68
69
def test_lng(self):
70
address = "New York City Wall Street 19"
0 commit comments