Skip to content

Commit b5f2d80

Browse files
committed
Rename column in test_table_from_batches_stream to reflect correct value
1 parent a9a09ab commit b5f2d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/test_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ def fail_collect(self): # pragma: no cover - failure path
133133

134134
table = pa.Table.from_batches(df)
135135
assert table.shape == (10, 1)
136-
assert table.column_names == ["range"]
136+
assert table.column_names == ["value"]

0 commit comments

Comments
 (0)