From 3036d580c3caeade024db6d85e0d771528d0e145 Mon Sep 17 00:00:00 2001 From: Matt Evans Date: Wed, 12 Feb 2020 07:00:13 +1000 Subject: [PATCH] Updated tests (#2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates tests to align with Google’s refining of lat/lng --- abode_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/abode_test.go b/abode_test.go index 1120047..3149eda 100644 --- a/abode_test.go +++ b/abode_test.go @@ -26,8 +26,8 @@ func TestExplodeUSAddress(t *testing.T) { country := "United States" countryCode := "US" zip := "11216" - lat := 40.6706153 - lng := -73.9530882 + lat := 40.6706252 + lng := -73.9530545 formatted := "193 Rogers Ave, Brooklyn, NY 11216, USA" expected := &Address{