Skip to content

Commit 47406dd

Browse files
author
Krzysztof Chomski
committed
GH18159: Added unittest.
1 parent de28617 commit 47406dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/internals/test_internals.py

+1
Original file line numberDiff line numberDiff line change
@@ -1245,6 +1245,7 @@ class TestCanHoldElement(object):
12451245
@pytest.mark.parametrize('value, dtype', [
12461246
(1, 'i8'),
12471247
(1.0, 'f8'),
1248+
(2**63, 'f8'),
12481249
(1j, 'complex128'),
12491250
(True, 'bool'),
12501251
(np.timedelta64(20, 'ns'), '<m8[ns]'),

0 commit comments

Comments
 (0)