Skip to content

Commit b2fb624

Browse files
authored
Update test to reflect scalar output since Ibis 10 (#1907)
Signed-off-by: Deepyaman Datta <[email protected]>
1 parent bd88b25 commit b2fb624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ibis/test_ibis_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def _df_check_fn_scalar_out(data: pa.IbisData) -> ir.BooleanScalar:
105105
"col_1": [-1, 2, 3, 4],
106106
"col_2": [2, 1, 2, 5],
107107
},
108-
[False],
108+
False,
109109
],
110110
],
111111
)

0 commit comments

Comments
 (0)