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 0e87924 commit 7afa2e3Copy full SHA for 7afa2e3
pandas/tests/series/methods/test_argsort.py
@@ -66,7 +66,7 @@ def test_argsort_stable(self):
66
tm.assert_series_equal(qindexer.astype(np.intp), Series(qexpected))
67
msg = (
68
r"ndarray Expected type <class 'numpy\.ndarray'>, "
69
- r"found <class 'pandas\.core\.series\.Series'> instead"
+ r"found <class 'pandas\.Series'> instead"
70
)
71
with pytest.raises(AssertionError, match=msg):
72
tm.assert_numpy_array_equal(qindexer, mindexer)
0 commit comments