Skip to content

Commit

Permalink
test(snowflake): deal with all the shouting (#10032)
Browse files Browse the repository at this point in the history
Fixes the failing snowflake test I introduced.
  • Loading branch information
cpcloud authored Sep 5, 2024
1 parent 1936437 commit 92e88f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/backends/tests/test_dot_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def test_embedded_cte(alltypes, ftname_raw):
["oracle"], raises=OracleDatabaseError, reason="backend requires aliasing"
)
def test_unnamed_columns(con):
sql = "SELECT 'a', 1 AS col42"
sql = "SELECT 'a', 1 AS \"col42\""
sgexpr = sg.parse_one(sql, read="duckdb")
expr = con.sql(sgexpr.sql(con.dialect))

Expand Down

0 comments on commit 92e88f0

Please sign in to comment.