Skip to content

Commit f38cb73

Browse files
committed
Remove deprecated add_children method call
1 parent 889f268 commit f38cb73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/plugins/test_fast_marker_cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_fast_marker_cluster():
2121
]).tolist()
2222
m = folium.Map([45., 3.], zoom_start=4)
2323
mc = plugins.FastMarkerCluster(data, callback=None)
24-
m.add_children(mc)
24+
m.add_child(mc)
2525
m._repr_html_()
2626

2727
out = m._parent.render()

0 commit comments

Comments
 (0)