Skip to content

Commit 80bbefc

Browse files
committed
ERR: pandas-dev#14491 fix test for error message
1 parent 5f7eee1 commit 80bbefc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/indexing/test_indexing.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3480,8 +3480,8 @@ def test_iloc_mask(self):
34803480
('index', '.loc'): '0b11',
34813481
('index', '.iloc'): ('iLocation based boolean indexing '
34823482
'cannot use an indexable as a mask'),
3483-
('locs', ''): 'Unalignable boolean Series key provided',
3484-
('locs', '.loc'): 'Unalignable boolean Series key provided',
3483+
('locs', ''): 'Unalignable labels in boolean Series index',
3484+
('locs', '.loc'): 'Unalignable labels in boolean Series index',
34853485
('locs', '.iloc'): ('iLocation based boolean indexing on an '
34863486
'integer type is not available'),
34873487
}

0 commit comments

Comments
 (0)