Skip to content

Commit 891e00f

Browse files
author
Martin Journois
committed
Bugfix in test_features
1 parent fed24a4 commit 891e00f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def test_marker_popups():
9090
m._repr_html_()
9191

9292
def test_polyline_popups():
93-
m = folium.Map([43,-100], zoom_start=4)
93+
m = Map([43,-100], zoom_start=4)
9494
features.PolyLine([[40,-80],[45,-80]], popup="PolyLine").add_to(m)
9595
features.PolyLine([[40,-90],[45,-90]], popup=Popup("PolyLine")).add_to(m)
9696
features.MultiPolyLine([[[40,-110],[45,-110]]], popup="MultiPolyLine").add_to(m)

0 commit comments

Comments
 (0)