Skip to content

Commit afc6463

Browse files
committed
fix tests
1 parent 66726fd commit afc6463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/plugins/test_time_slider_choropleth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def test_timedynamic_geo_json():
3232
datetime.strftime('%s') on Windows just generates date and not timestamp so avoid.
3333
"""
3434
n_periods = 3
35-
dt_range = pd.Series(pd.date_range("2001-08-1", periods=n_periods, freq="M"))
35+
dt_range = pd.Series(pd.date_range("2001-08-1", periods=n_periods, freq="ME"))
3636
dt_index = [f"{dt.timestamp():.0f}" for dt in dt_range]
3737

3838
styledata = {}

0 commit comments

Comments
 (0)