Skip to content

Commit d56c3e4

Browse files
authored
Update tests/unit/test_select.py
1 parent fd3c0f9 commit d56c3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_select.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ def test_unnest_w_no_table_references(faux_conn, alias):
450450
query = fcall.column_valued()
451451
compiled = str(sqlalchemy.select(query).compile(faux_conn.engine))
452452
assert " ".join(compiled.strip().split()) == (
453-
"SELECT `anon_1` FROM UNNEST(%(unnest_1)s) AS `anon_1`"
453+
"SELECT `anon_1` FROM UNNEST(%(param_1)s) AS `anon_1`"
454454
)
455455

456456

0 commit comments

Comments
 (0)