Skip to content

Commit

Permalink
fix window tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel committed Nov 14, 2023
1 parent 2b35f66 commit 4f30f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/window/test_timeseries_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def regular():
@pytest.fixture
def ragged():
df = DataFrame({"B": range(5)})
df.index = Index(
df.index = DatetimeIndex(
[
Timestamp("20130101 09:00:00"),
Timestamp("20130101 09:00:02"),
Expand Down

0 comments on commit 4f30f5a

Please sign in to comment.