Skip to content

Commit

Permalink
Merge pull request #1 from mattevans/mattevans-patch-1
Browse files Browse the repository at this point in the history
Update abode_test.go
  • Loading branch information
mattevans authored Dec 11, 2019
2 parents d5d0553 + 4d3ae92 commit f7fb1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func TestExplodeInternationalAddress(t *testing.T) {
zip := "2014"
lat := -36.8991018
lng := 174.9338525
formatted := "1/4 Abercrombie St, Howick, Auckland 2014, New Zealand"
formatted := "1/4 Abercrombie Street, Howick, Auckland 2014, New Zealand"

expected := &Address{
AddressLine1: &line1,
Expand Down

0 comments on commit f7fb1dd

Please sign in to comment.