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,