Skip to content

Commit f12ffd2

Browse files
rename fixture
1 parent 9350641 commit f12ffd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ def mock():
502502

503503

504504
@pytest.fixture(params=[True, False])
505-
def box(request):
505+
def box_in_series(request):
506506
"""Whether to box the data in a Series"""
507507
return request.param
508508

0 commit comments

Comments
 (0)