Skip to content

Commit 87c0864

Browse files
author
Martin Journois
committed
Fix test_timestamped_geojson
1 parent 41d5810 commit 87c0864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/plugins/test_timestamped_geo_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def test_timestamped_geo_json():
111111

112112
# Verify that the script is okay.
113113
tmpl = Template("""
114-
{{this._parent.get_name()}}.timeDimension = L.timeDimension();
114+
{{this._parent.get_name()}}.timeDimension = L.timeDimension({period:"{{this.period}}"});
115115
{{this._parent.get_name()}}.timeDimensionControl = L.control.timeDimension({
116116
position: 'bottomleft',
117117
autoPlay: {{'true' if this.auto_play else 'false'}},

0 commit comments

Comments
 (0)