Skip to content

Commit

Permalink
Descriptive ids.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bennet committed Mar 24, 2023
1 parent 4359b6c commit a0d36cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmarks/test_arrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from ..utils_test import cluster_memory, timeseries_of_size, wait


@pytest.fixture(params=[True, False])
@pytest.fixture(params=[True, False], ids=["string[pyarrow]", "object"])
def series_with_client(request, small_client):
memory = cluster_memory(small_client)
df = timeseries_of_size(memory)
Expand Down

0 comments on commit a0d36cd

Please sign in to comment.