Skip to content

Commit 8c40218

Browse files
committed
revert no-longer-needed
1 parent 53bf087 commit 8c40218

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/frame/test_arithmetic.py

-1
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,6 @@ def test_frame_with_frame_reindex(self):
10221022
{"foo": [pd.Timedelta(0), pd.Timedelta(0)], "bar": [np.nan, np.nan]},
10231023
columns=["bar", "foo"],
10241024
)
1025-
expected["foo"] = expected["foo"].astype("m8[s]")
10261025
tm.assert_frame_equal(result, expected)
10271026

10281027
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)