We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af88c20 commit 60b9e69Copy full SHA for 60b9e69
pandas/tests/indexes/numeric/test_indexing.py
@@ -600,7 +600,7 @@ def test_slice_locs_na(self):
600
601
def test_slice_locs_na_raises(self):
602
index = Index([np.nan, 1, 2])
603
- msg = "non-monotonic index with a non-specific label: 1.5"
+ msg = "non-monotonic index with a missing label 1.5"
604
with pytest.raises(KeyError, match=msg):
605
index.slice_locs(start=1.5)
606
0 commit comments