Skip to content

Commit e684b30

Browse files
committed
add new line
1 parent d8bd2b5 commit e684b30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,11 @@ def test_is_in(scalar_types_df: bpd.DataFrame, snapshot):
309309
bf_df = scalar_types_df[["int64_col"]]
310310

311311
sql = _apply_unary_op(bf_df, ops.IsInOp(values=(1, 2, 3)), "int64_col")
312+
312313
snapshot.assert_match(sql, "out.sql")
313314

314315
sql = _apply_unary_op(bf_df, ops.IsInOp(values=()), "int64_col")
316+
315317
snapshot.assert_match(sql, "empty.sql")
316318

317319

0 commit comments

Comments
 (0)