We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7eee1 commit 80bbefcCopy full SHA for 80bbefc
pandas/tests/indexing/test_indexing.py
@@ -3480,8 +3480,8 @@ def test_iloc_mask(self):
3480
('index', '.loc'): '0b11',
3481
('index', '.iloc'): ('iLocation based boolean indexing '
3482
'cannot use an indexable as a mask'),
3483
- ('locs', ''): 'Unalignable boolean Series key provided',
3484
- ('locs', '.loc'): 'Unalignable boolean Series key provided',
+ ('locs', ''): 'Unalignable labels in boolean Series index',
+ ('locs', '.loc'): 'Unalignable labels in boolean Series index',
3485
('locs', '.iloc'): ('iLocation based boolean indexing on an '
3486
'integer type is not available'),
3487
}
0 commit comments