We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72df80 commit 8c1b267Copy full SHA for 8c1b267
pandas/tests/arrays/test_integer.py
@@ -560,7 +560,8 @@ def test_integer_array_constructor_copy():
560
1.0,
561
pd.date_range('20130101', periods=2),
562
np.array(['foo']),
563
- [[1, 2], [3, 4]]])
+ [[1, 2], [3, 4]],
564
+ [np.nan, {'a': 1}]])
565
def test_to_integer_array_error(values):
566
# error in converting existing arrays to IntegerArrays
567
with pytest.raises(TypeError):
0 commit comments