Skip to content

Commit 9ac50f4

Browse files
Add reference to ticket into regression test case
1 parent 802ce4b commit 9ac50f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/tslibs/test_timedeltas.py

+1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ def test_delta_to_nanoseconds_error():
3131

3232

3333
def test_huge_nanoseconds_overflow():
34+
# GH 32402
3435
assert delta_to_nanoseconds(Timedelta(1e10)) == 1e10
3536
assert delta_to_nanoseconds(Timedelta(nanoseconds=1e10)) == 1e10

0 commit comments

Comments
 (0)