Skip to content

Commit 5556a1b

Browse files
author
Martin Journois
committed
Fix CRS in test_map_build (5)
1 parent f0ee1e6 commit 5556a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_folium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ def test_map_build(self):
472472
'max_lat': 90,
473473
'min_lon': -180,
474474
'max_lon': 180,
475-
'tile_layers': tile_layers
475+
'tile_layers': tile_layers,
476476
'crs' : 'EPSG3857',
477477
}
478478
HTML = html_templ.render(tmpl, plugins={})

0 commit comments

Comments
 (0)