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