Skip to content

Commit 59b35f8

Browse files
jbrockmendelquintusdias
authored andcommitted
1 parent 53f23c2 commit 59b35f8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pandas/tests/indexing/test_coercion.py

-4
Original file line numberDiff line numberDiff line change
@@ -1038,10 +1038,6 @@ def test_replace_series(self, how, to_key, from_key):
10381038
"from_key", ["datetime64[ns, UTC]", "datetime64[ns, US/Eastern]"]
10391039
)
10401040
def test_replace_series_datetime_tz(self, how, to_key, from_key):
1041-
how = "series"
1042-
from_key = "datetime64[ns, US/Eastern]"
1043-
to_key = "timedelta64[ns]"
1044-
10451041
index = pd.Index([3, 4], name="xyz")
10461042
obj = pd.Series(self.rep[from_key], index=index, name="yyy")
10471043
assert obj.dtype == from_key

0 commit comments

Comments
 (0)