Skip to content

Commit fd08dc4

Browse files
committed
Rename test function for clarity: update test_table_from_batches_stream to test_table_from_arrow_c_stream
1 parent 5dc5cfa commit fd08dc4

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
@@ -125,7 +125,7 @@ def test_arrow_c_stream_large_dataset(ctx):
125125
assert current_rss - start_rss < 50 * 1024 * 1024
126126

127127

128-
def test_table_from_batches_stream(ctx, fail_collect):
128+
def test_table_from_arrow_c_stream(ctx, fail_collect):
129129
df = range_table(ctx, 0, 10)
130130

131131
table = pa.table(df)

0 commit comments

Comments
 (0)