Skip to content

Commit 9a06288

Browse files
committed
fix lint
1 parent 210f125 commit 9a06288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/core/compile/sqlglot/expressions/test_generic_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def test_coalesce(scalar_types_df: bpd.DataFrame, snapshot):
215215
sql = utils._apply_ops_to_sql(
216216
bf_df,
217217
[
218-
ops.coalesce_op.as_expr("int64_col", "int64_col"),
218+
ops.coalesce_op.as_expr("int64_col", "int64_col"),
219219
ops.coalesce_op.as_expr("int64_too", "int64_col"),
220220
],
221221
["int64_col", "int64_too"],

0 commit comments

Comments
 (0)