Skip to content

Commit 5e4cf73

Browse files
committed
Try again
1 parent 34f940a commit 5e4cf73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/datetimes/test_indexing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ def test_get_indexer_mixed_dtypes(self, target):
560560
[pd.Timestamp("2020-01-01"), pd.Timestamp("2020-01-02")]
561561
)
562562
result = values.get_indexer(target)
563-
expected = np.array([0, 1], dtype=np.int_)
563+
expected = np.array([0, 1], dtype=np.intp)
564564
tm.assert_numpy_array_equal(result, expected)
565565

566566

0 commit comments

Comments
 (0)