Skip to content

Commit 31f7e3d

Browse files
jeroen-huizer-conclusiongjulivan
authored andcommitted
fix: update failing test
1 parent 79203c8 commit 31f7e3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/pluggableWidgets/maps-web/src/components/__tests__/__snapshots__/LeafletMap.spec.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ exports[`Leaflet maps renders a map with current location 1`] = `
178178
}
179179
}
180180
interactive={false}
181-
key="marker_0"
181+
key="marker_51.906688_4.48837"
182182
position={
183183
{
184184
"lat": 51.906688,
@@ -251,7 +251,7 @@ exports[`Leaflet maps renders a map with markers 1`] = `
251251
}
252252
}
253253
interactive={true}
254-
key="marker_0"
254+
key="marker_51.906688_4.48837"
255255
position={
256256
{
257257
"lat": 51.906688,
@@ -288,7 +288,7 @@ exports[`Leaflet maps renders a map with markers 1`] = `
288288
}
289289
}
290290
interactive={true}
291-
key="marker_1"
291+
key="marker_51.922823_4.479632"
292292
position={
293293
{
294294
"lat": 51.922823,

0 commit comments

Comments
 (0)