From f5b7b06a70658bfeda43e5bd0c02b456eaa9d6a8 Mon Sep 17 00:00:00 2001 From: Joseph Frazier <1212jtraceur@gmail.com> Date: Thu, 19 Dec 2024 12:53:02 -0500 Subject: [PATCH] Revert "Manually fix snapshot to hopefully match github at https://github.com/josephfrazier/reported-web/actions/runs/12417751216/job/34669394070?pr=563" (#565) Reverts part of josephfrazier/reported-web#563 goddammit, the google API appears to be flaky here, see https://github.com/josephfrazier/reported-web/actions/runs/12417869280/job/34669774267?pr=355 This reverts commit cea81f9ab4b47e09343b5c1bb0de82d1542ab757. --- src/__snapshots__/geoclient.test.js.snap | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/__snapshots__/geoclient.test.js.snap b/src/__snapshots__/geoclient.test.js.snap index 124ab0cd..7399cff4 100644 --- a/src/__snapshots__/geoclient.test.js.snap +++ b/src/__snapshots__/geoclient.test.js.snap @@ -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", ], @@ -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, @@ -1209,7 +1216,7 @@ Astoria, NY 11105", }, }, }, - "place_id": "EiUyNi05OCAyMXN0IFN0LCBBc3RvcmlhLCBOWSAxMTEwMiwgVVNBIhoSGAoUChIJ10SUQE9fwokROPBJGToIH2YQYg", + "place_id": "EiUyNi05OSAyMXN0IFN0LCBBc3RvcmlhLCBOWSAxMTEwMiwgVVNBIhoSGAoUChIJ10SUQE9fwokROfBJGToIH2YQYw", "types": [ "street_address", ],