Skip to content

Commit

Permalink
GH18159: Added unittest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Chomski committed Nov 13, 2017
1 parent 231764a commit 998ee68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/internals/test_internals.py
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,7 @@ class TestCanHoldElement(object):
@pytest.mark.parametrize('value, dtype', [
(1, 'i8'),
(1.0, 'f8'),
(2**63, 'f8'),
(1j, 'complex128'),
(True, 'bool'),
(np.timedelta64(20, 'ns'), '<m8[ns]'),
Expand Down

0 comments on commit 998ee68

Please sign in to comment.