Skip to content

Commit ae88c18

Browse files
committed
rename tes
1 parent 8a237ed commit ae88c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/methods/test_sort_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ def test_sort_index_multiindex_by_level_name(self):
966966
)
967967
tm.assert_frame_equal(sorted_df, expected)
968968

969-
def test_sort_multi_index_sort_by_level_name_2(self):
969+
def test_sort_index_multiindex_by_level_name_2(self):
970970
# GH#62361
971971

972972
df = DataFrame(

0 commit comments

Comments
 (0)