Skip to content

Commit 9062cff

Browse files
committed
fix test
1 parent 86ad976 commit 9062cff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/io/formats/style/test_style.py

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ def mi_styler_comp(mi_styler):
7777
columns=mi_styler.columns,
7878
)
7979
)
80+
mi_styler.format_names(escape="html", axis=0)
81+
mi_styler.format_names(escape="html", axis=1)
8082
return mi_styler
8183

8284

0 commit comments

Comments
 (0)