Skip to content

Commit

Permalink
Updated tests (#2)
Browse files Browse the repository at this point in the history
Updates tests to align with Google’s refining of lat/lng
  • Loading branch information
mattevans authored Feb 11, 2020
1 parent f7fb1dd commit 3036d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions abode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 3036d58

Please sign in to comment.