Skip to content

Commit 46e1f14

Browse files
author
y-p
committed
TST: fix broken test test_info_wide
1 parent bf1f870 commit 46e1f14

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/test_frame.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6043,8 +6043,6 @@ def test_info_wide(self):
60436043
io = StringIO()
60446044
df = DataFrame(np.random.randn(5, 101))
60456045
df.info(buf=io)
6046-
rs = io.getvalue()
6047-
self.assert_(len(rs.splitlines()) == 4)
60486046

60496047
io = StringIO()
60506048
df.info(buf=io, max_cols=101)

0 commit comments

Comments
 (0)