Skip to content

Commit efba97d

Browse files
committed
Fix test
1 parent 4f1c033 commit efba97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/__tests__/map.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe("Map", () => {
3838
expect(mapbox.Map).toHaveBeenCalledWith({
3939
container,
4040
cooperativeGestures: false,
41-
style: `mapbox://styles/mapbox/satellite-streets-v11/`,
41+
style: `mapbox://styles/covid-nasa/cm7etyf7t003s01qpfq8kec7y`,
4242
zoom: 1,
4343
center: [0, 0],
4444
})

0 commit comments

Comments
 (0)