Skip to content

Commit 4d7c9e2

Browse files
committed
test the right thing
1 parent 8f435ed commit 4d7c9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/timedeltas/test_construction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def test_verify_integrity_deprecated(self):
1818
def test_range_kwargs_deprecated(self):
1919
# GH#23919
2020
with tm.assert_produces_warning(FutureWarning):
21-
timedelta_range(start='1 Day', end='3 Days', freq='D')
21+
TimedeltaIndex(start='1 Day', end='3 Days', freq='D')
2222

2323
def test_int64_nocopy(self):
2424
# GH#23539 check that a copy isn't made when we pass int64 data

0 commit comments

Comments
 (0)