From af6e665ea7fdd9bb74c23eedb29ce22f9a1c61af Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Thu, 18 Aug 2016 00:29:09 +0200 Subject: [PATCH] Updated geo location ref. --- test/integration/geo_location_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/geo_location_test.rb b/test/integration/geo_location_test.rb index e71a4214f..65aac1b59 100644 --- a/test/integration/geo_location_test.rb +++ b/test/integration/geo_location_test.rb @@ -8,7 +8,7 @@ class GeoLocationTest < ActiveSupport::TestCase result = Service::GeoLocation.geocode('Marienstrasse 13, 10117 Berlin') assert(result) - assert_equal(52.52204, result[0]) + assert_equal(52.5219143, result[0]) assert_equal(13.38319, result[1]) result = Service::GeoLocation.geocode('Marienstrasse 13 10117 Berlin') @@ -44,7 +44,7 @@ class GeoLocationTest < ActiveSupport::TestCase assert(user1.preferences) assert(user1.preferences['lat']) assert(user1.preferences['lng']) - assert_equal(52.52204, user1.preferences['lat']) + assert_equal(52.5219143, user1.preferences['lat']) assert_equal(13.38319, user1.preferences['lng']) user2 = User.create(