Skip to content

Commit

Permalink
Revert "Manually fix snapshot to hopefully match github at https://gi…
Browse files Browse the repository at this point in the history
  • Loading branch information
josephfrazier authored Dec 19, 2024
1 parent 65c40b5 commit f5b7b06
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions src/__snapshots__/geoclient.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1129,8 +1129,8 @@ Astoria, NY 11105",
{
"address_components": [
{
"long_name": "26-98",
"short_name": "26-98",
"long_name": "26-99",
"short_name": "26-99",
"types": [
"street_number",
],
Expand Down Expand Up @@ -1190,8 +1190,15 @@ Astoria, NY 11105",
"postal_code",
],
},
{
"long_name": "3544",
"short_name": "3544",
"types": [
"postal_code_suffix",
],
},
],
"formatted_address": "26-98 21st St, Astoria, NY 11102, USA",
"formatted_address": "26-99 21st St, Astoria, NY 11102, USA",
"geometry": {
"location": {
"lat": 40.7722335,
Expand All @@ -1209,7 +1216,7 @@ Astoria, NY 11105",
},
},
},
"place_id": "EiUyNi05OCAyMXN0IFN0LCBBc3RvcmlhLCBOWSAxMTEwMiwgVVNBIhoSGAoUChIJ10SUQE9fwokROPBJGToIH2YQYg",
"place_id": "EiUyNi05OSAyMXN0IFN0LCBBc3RvcmlhLCBOWSAxMTEwMiwgVVNBIhoSGAoUChIJ10SUQE9fwokROfBJGToIH2YQYw",
"types": [
"street_address",
],
Expand Down

0 comments on commit f5b7b06

Please sign in to comment.