Skip to content

Commit 2751759

Browse files
committed
fix: Increase test data size in data fixture for better coverage
1 parent f08c070 commit 2751759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/test_dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def df():
5454

5555
@pytest.fixture
5656
def data():
57-
return [{"a": 1, "b": "x" * 50, "c": 3}] * 10
57+
return [{"a": 1, "b": "x" * 50, "c": 3}] * 100
5858

5959

6060
@pytest.fixture

0 commit comments

Comments
 (0)