Skip to content

Commit e09e05c

Browse files
committed
TST: Align 24h resample with D using origin=start_day (GH62200)
1 parent 30a84f2 commit e09e05c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/resample/test_datetime_index.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,7 @@ def test_resample_24h_matches_D_with_start_day_origin():
855855
left = s.resample("D", label="right", closed="right").count()
856856
right = s.resample("24h", label="right", closed="right", origin="start_day").count()
857857

858+
858859
pd.testing.assert_series_equal(left, right)
859860

860861

0 commit comments

Comments
 (0)