Skip to content

Commit 7afa2e3

Browse files
committed
fixed test_argsort.py
1 parent 0e87924 commit 7afa2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/series/methods/test_argsort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_argsort_stable(self):
6666
tm.assert_series_equal(qindexer.astype(np.intp), Series(qexpected))
6767
msg = (
6868
r"ndarray Expected type <class 'numpy\.ndarray'>, "
69-
r"found <class 'pandas\.core\.series\.Series'> instead"
69+
r"found <class 'pandas\.Series'> instead"
7070
)
7171
with pytest.raises(AssertionError, match=msg):
7272
tm.assert_numpy_array_equal(qindexer, mindexer)

0 commit comments

Comments
 (0)