Skip to content

Commit 5a92312

Browse files
committed
rename the test
1 parent 976ea80 commit 5a92312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/series/indexing/test_indexing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def test_setitem_empty_indexer(indexer, val):
404404
tm.assert_frame_equal(df, expected)
405405

406406

407-
def test_loc_non_monotonic_index_with_missing_label():
407+
def test_loc_non_monotonic_index_with_a_missing_label():
408408
msg = "Cannot get left slice bound for non-monotonic index with a missing label 4"
409409
ser = Series([3, 6, 7, 6], index=[3, 8, 7, 6])
410410
with pytest.raises(KeyError, match=msg):

0 commit comments

Comments
 (0)