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 65dc879 commit d78be3bCopy full SHA for d78be3b
pandas/tests/dtypes/cast/test_construct_ndarray.py
@@ -67,5 +67,5 @@ def test_construct_1d_ndarray_preserving_na_datetimelike(dtype):
67
],
68
)
69
def test_sanitize_masked_array_with_masked_ea(values, dtype, expected):
70
- result = sanitize_array(values, index=None, type=dtype)
+ result = sanitize_array(values, index=None, dtype=dtype)
71
tm.assert_numpy_array_equal(result, expected)
0 commit comments