Skip to content

Commit 0cc6dff

Browse files
Update newly added test
1 parent 783e039 commit 0cc6dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/arrays/test_timedeltas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def test_median(self):
336336
assert result is pd.NaT
337337

338338
def test_mean(self):
339-
tdi = pd.TimedeltaIndex(["0H", "3H", "NaT", "5H06m", "0H", "2H"])
339+
tdi = pd.TimedeltaIndex(["0H", "3H", "NaT", "5H06min", "0H", "2H"])
340340
arr = tdi._data
341341

342342
# manually verified result

0 commit comments

Comments
 (0)