Skip to content

Commit 894ed16

Browse files
committed
Revert "TST: fix value stability test"
This reverts commit 8e754f7.
1 parent 8e754f7 commit 894ed16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/scalar/timestamp/test_timestamp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1112,5 +1112,5 @@ def test_constructor_before_dst_switch(epoch):
11121112
ts = Timestamp(epoch, tz="dateutil/US/Pacific")
11131113
result = ts.tz.dst(ts)
11141114
expected = timedelta(seconds=0)
1115-
assert Timestamp(ts).value == epoch
1115+
assert ts.value == epoch
11161116
assert result == expected

0 commit comments

Comments
 (0)