Skip to content

Commit 9583ac9

Browse files
committed
revert no-longer-necessary
1 parent c587afe commit 9583ac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/series/methods/test_map.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,8 @@ def test_map_box_dt64(unit):
430430

431431
def test_map_box_dt64tz(unit):
432432
vals = [
433-
pd.Timestamp("2011-01-01", tz="US/Eastern").as_unit("ns"),
434-
pd.Timestamp("2011-01-02", tz="US/Eastern").as_unit("ns"),
433+
pd.Timestamp("2011-01-01", tz="US/Eastern"),
434+
pd.Timestamp("2011-01-02", tz="US/Eastern"),
435435
]
436436
ser = Series(vals).dt.as_unit(unit)
437437
assert ser.dtype == f"datetime64[{unit}, US/Eastern]"

0 commit comments

Comments
 (0)