Skip to content

Commit 44e5505

Browse files
committed
format
1 parent 182544c commit 44e5505

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • packages/bigframes/tests/unit/core/compile/sqlglot/sql

packages/bigframes/tests/unit/core/compile/sqlglot/sql/test_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ def test_literal_null_type():
173173
assert got == "NULL"
174174

175175

176-
177176
def test_cast_to_null_type_returns_flat_null():
178177
assert sql.to_sql(sql.cast("abc", "NULL")) == "NULL"
179178
assert sql.to_sql(sql.cast(None, "NULL")) == "NULL"

0 commit comments

Comments
 (0)