Skip to content

Commit 8a12765

Browse files
committed
Fix test_marker_cluster()
1 parent 225ba52 commit 8a12765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/plugins/test_marker_cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_marker_cluster():
4949
var {{marker.get_name()}} = L.marker(
5050
[{{marker.location[0]}},{{marker.location[1]}}],
5151
{
52-
icon: new L.Icon.Default()
52+
icon: new L.Icon.Default(),
5353
}
5454
)
5555
.addTo({{this.get_name()}});

0 commit comments

Comments
 (0)