Skip to content

Commit 0461452

Browse files
committed
Reduce data in test_resample_ohlc
1 parent b9da54f commit 0461452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/resample/test_datetime_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ def test_nearest_upsample_with_limit(tz_aware_fixture, freq, rule, unit):
526526

527527

528528
def test_resample_ohlc(unit):
529-
index = date_range(datetime(2005, 1, 1), datetime(2005, 1, 10), freq="Min")
529+
index = date_range(datetime(2005, 1, 1), datetime(2005, 1, 2), freq="Min")
530530
s = Series(range(len(index)), index=index)
531531
s.index.name = "index"
532532
s.index = s.index.as_unit(unit)

0 commit comments

Comments
 (0)