Skip to content

Commit

Permalink
missed from pandas-dev#27720
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel committed Aug 5, 2019
1 parent b3c2453 commit 6792018
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pandas/tests/indexing/test_coercion.py
Original file line number Diff line number Diff line change
Expand Up @@ -1038,10 +1038,6 @@ def test_replace_series(self, how, to_key, from_key):
"from_key", ["datetime64[ns, UTC]", "datetime64[ns, US/Eastern]"]
)
def test_replace_series_datetime_tz(self, how, to_key, from_key):
how = "series"
from_key = "datetime64[ns, US/Eastern]"
to_key = "timedelta64[ns]"

index = pd.Index([3, 4], name="xyz")
obj = pd.Series(self.rep[from_key], index=index, name="yyy")
assert obj.dtype == from_key
Expand Down

0 comments on commit 6792018

Please sign in to comment.