Skip to content

Commit 04d4862

Browse files
committed
Fix tests
1 parent 5dbf992 commit 04d4862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def gen_array_by(size, func):
144144

145145
@pytest.mark.parametrize("chunks", [None, 3, 4])
146146
@pytest.mark.parametrize("nby", [1, 2, 3])
147-
@pytest.mark.parametrize("size", ((12,), (12, 8)))
147+
@pytest.mark.parametrize("size", ((12,), (12, 9)))
148148
@pytest.mark.parametrize("add_nan_by", [True, False])
149149
@pytest.mark.parametrize("func", ALL_FUNCS)
150150
def test_groupby_reduce_all(nby, size, chunks, func, add_nan_by, engine):

0 commit comments

Comments
 (0)