Skip to content

Commit 51c28e4

Browse files
committed
small fix
1 parent 6606bc0 commit 51c28e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexing/multiindex/test_partial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def test_getitem_intkey_leading_level(
156156
mi = ser.index
157157
assert isinstance(mi, MultiIndex)
158158
if dtype is int:
159-
assert mi.levels[0].dtype == np.intpq
159+
assert mi.levels[0].dtype == np.intp
160160
else:
161161
assert mi.levels[0].dtype == np.float64
162162

0 commit comments

Comments
 (0)