We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08c070 commit 2751759Copy full SHA for 2751759
1 file changed
python/tests/test_dataframe.py
@@ -54,7 +54,7 @@ def df():
54
55
@pytest.fixture
56
def data():
57
- return [{"a": 1, "b": "x" * 50, "c": 3}] * 10
+ return [{"a": 1, "b": "x" * 50, "c": 3}] * 100
58
59
60
0 commit comments