Skip to content

Commit 1f72bc3

Browse files
committed
add test3
1 parent a8604fa commit 1f72bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/dtypes/cast/test_construct_ndarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ def test_construct_1d_ndarray_preserving_na_datetimelike(dtype):
6767
],
6868
)
6969
def test_sanitize_masked_array_with_masked_ea(values, dtype, expected):
70-
result = sanitize_array(values, dtype=dtype)
70+
result = sanitize_array(values, index=None, type=dtype)
7171
tm.assert_numpy_array_equal(result, expected)

0 commit comments

Comments
 (0)