Skip to content

Commit f6ccbbc

Browse files
committed
TST: adjust expected gap between # and Column
1 parent 1d29bf0 commit f6ccbbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/formats/test_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def test_info_verbose():
8787
frame.info(verbose=True, buf=buf)
8888

8989
res = buf.getvalue()
90-
header = " # Column Dtype \n--- ------ ----- "
90+
header = " # Column Dtype \n--- ------ ----- "
9191
assert header in res
9292

9393
frame.info(verbose=True, buf=buf)

0 commit comments

Comments
 (0)