Skip to content

Commit c77028f

Browse files
committed
chore: fix failing tests
1 parent 9a6c43c commit c77028f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqlparser_bigquery.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ fn parse_join_constraint_unnest_alias() {
9999
assert_eq!(
100100
only(
101101
bigquery()
102-
.verified_only_select(&"SELECT * FROM t1 JOIN UNNEST(t1.a) AS f ON c1 = c2")
102+
.verified_only_select("SELECT * FROM t1 JOIN UNNEST(t1.a) AS f ON c1 = c2")
103103
.from
104104
)
105105
.joins,

0 commit comments

Comments
 (0)