Skip to content

Commit

Permalink
intp
Browse files Browse the repository at this point in the history
  • Loading branch information
Terji Petersen authored and Terji Petersen committed Nov 8, 2022
1 parent 68677d9 commit df7afae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/arrays/test_array.py
Expand Up @@ -155,7 +155,7 @@
(
[pd.Interval(1, 2), pd.Interval(3, 4)],
"interval",
IntervalArray.from_tuples([(1, 2), (3, 4)], dtype=np.int64),
IntervalArray.from_tuples([(1, 2), (3, 4)]),
),
# Sparse
([0, 1], "Sparse[int64]", SparseArray([0, 1], dtype="int64")),
Expand Down

0 comments on commit df7afae

Please sign in to comment.