Skip to content

Commit f1ec518

Browse files
committed
revert no-longer-necessary
1 parent 8c40218 commit f1ec518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pandas/tests/indexes/datetimes/methods/test_astype.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def test_astype_datetime64(self):
171171
tm.assert_index_equal(result, idx)
172172
assert result is not idx
173173

174-
result = idx.astype("datetime64[s]", copy=False)
174+
result = idx.astype("datetime64[ns]", copy=False)
175175
tm.assert_index_equal(result, idx)
176176
assert result is idx
177177

0 commit comments

Comments
 (0)