Skip to content

Commit e56a3c3

Browse files
author
Martin Journois
committed
bugfix in tests
1 parent fe182f8 commit e56a3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/folium_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ def test_fit_bounds(self):
487487
def test_scroll_zoom_toggler_plugin(self):
488488
"test ScrollZoomToggler plugin"""
489489
a_map = folium.Map([45,3], zoom_start=4)
490-
a_map.add_plugin(ScrollZoomToggler(False))
490+
a_map.add_plugin(ScrollZoomToggler())
491491
a_map._build_map()
492492

493493
def test_marker_cluster_plugin(self):

0 commit comments

Comments
 (0)