Skip to content

Commit 1ca35d9

Browse files
committed
minor unit test change
1 parent 076dbd2 commit 1ca35d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/test_expr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ def test_expr_functions(ctx, function, expected_result):
728728
),
729729
pa.array([-0.75, float("nan"), 0.0, None], type=pa.float64()),
730730
pa.array(
731-
[[[-1, 1, 0], [4, 4]], [[5, 10, 15, 20], [3]], [[]], None],
731+
[[[-1, 1, 0], [4, 4]], [[5, 10, 15, 20], [3]], [[]], [None]],
732732
type=pa.list_(pa.list_(pa.int64())),
733733
),
734734
],

0 commit comments

Comments
 (0)