We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d698a98 commit 3a82644Copy full SHA for 3a82644
python/tests/test_dataframe.py
@@ -2678,4 +2678,4 @@ def test_show_from_empty_batch(capsys) -> None:
2678
batch = pa.record_batch([pa.array([], type=pa.int32())], names=["a"])
2679
ctx.create_dataframe([[batch]]).show()
2680
out = capsys.readouterr().out
2681
- assert "| a |" in out
+ assert "| a |" in out
0 commit comments