Skip to content

Commit 52ff3e4

Browse files
committed
updated unittests
1 parent 3d36c36 commit 52ff3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test_lat(self):
6464

6565
my_location = location.first()
6666

67-
self.assertAlmostEqual(40.7008854, my_location.lat, delta=0.01)
67+
self.assertAlmostEqual(40.7008854, my_location.lat, delta=0.1)
6868

6969
def test_lng(self):
7070
address = "New York City Wall Street 19"

0 commit comments

Comments
 (0)