From 69268856cfd9113b6458f190d32fbcb2fa4f03d1 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Wed, 8 Feb 2023 08:38:12 +0100 Subject: [PATCH] Update snapshot --- .../__snapshots__/LocationViewDialog-test.tsx.snap | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/test/components/views/location/__snapshots__/LocationViewDialog-test.tsx.snap b/test/components/views/location/__snapshots__/LocationViewDialog-test.tsx.snap index a19d6b0ff4..29d29e96dd 100644 --- a/test/components/views/location/__snapshots__/LocationViewDialog-test.tsx.snap +++ b/test/components/views/location/__snapshots__/LocationViewDialog-test.tsx.snap @@ -32,10 +32,8 @@ exports[` renders map correctly 1`] = ` ], [ MockGeolocateControl { - "_events": { - "error": [Function], - }, - "_eventsCount": 1, + "_events": {}, + "_eventsCount": 0, "_maxListeners": undefined, "trigger": [MockFunction], Symbol(kCapture): false, @@ -115,10 +113,8 @@ exports[` renders map correctly 1`] = ` ], [ MockGeolocateControl { - "_events": { - "error": [Function], - }, - "_eventsCount": 1, + "_events": {}, + "_eventsCount": 0, "_maxListeners": undefined, "trigger": [MockFunction], Symbol(kCapture): false,