Skip to content

Commit a6634a3

Browse files
committed
Update marker cluster version number to get tests passing
1 parent f38cb73 commit a6634a3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/plugins/test_fast_marker_cluster.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ def test_fast_marker_cluster():
2525
m._repr_html_()
2626

2727
out = m._parent.render()
28-
28+
print(out)
2929
# We verify that imports
3030
assert ('<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.'
31-
'markercluster/0.4.0/leaflet.markercluster.js"></script>') in out
31+
'markercluster/1.0.0/leaflet.markercluster.js"></script>') in out
3232
assert ('<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/'
33-
'libs/leaflet.markercluster/0.4.0/MarkerCluster.css" />') in out
33+
'libs/leaflet.markercluster/1.0.0/MarkerCluster.css" />') in out
3434
assert ('<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/'
35-
'libs/leaflet.markercluster/0.4.0/MarkerCluster.Default.css" />'
35+
'libs/leaflet.markercluster/1.0.0/MarkerCluster.Default.css" />'
3636
) in out
3737

3838
# Verify the script part is okay.

0 commit comments

Comments
 (0)