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 8a237ed commit ae88c18Copy full SHA for ae88c18
pandas/tests/frame/methods/test_sort_index.py
@@ -966,7 +966,7 @@ def test_sort_index_multiindex_by_level_name(self):
966
)
967
tm.assert_frame_equal(sorted_df, expected)
968
969
- def test_sort_multi_index_sort_by_level_name_2(self):
+ def test_sort_index_multiindex_by_level_name_2(self):
970
# GH#62361
971
972
df = DataFrame(
0 commit comments