Skip to content

Commit 87a3838

Browse files
mcocdawcjreback
authored andcommitted
renamed test_to_string_specified_header
1 parent 78ec8aa commit 87a3838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/formats/test_format.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ def test_to_string_no_header(self):
11251125

11261126
self.assertEqual(df_s, expected)
11271127

1128-
def test_to_latex_specified_header(self):
1128+
def test_to_string_specified_header(self):
11291129
df = DataFrame({'x': [1, 2, 3], 'y': [4, 5, 6]})
11301130

11311131
df_s = df.to_string(header=['X', 'Y'])

0 commit comments

Comments
 (0)