Skip to content

Commit 4dda1fe

Browse files
committed
fix: test failing
1 parent 2bb72a4 commit 4dda1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqlparser_common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6444,7 +6444,7 @@ fn parse_recursive_cte() {
64446444
query: Box::new(cte_query),
64456445
from: None,
64466446
materialized: None,
6447-
closing_paren_token: TokenWithLocation::wrap(Token::RParen),
6447+
closing_paren_token: TokenWithLocation::wrap(Token::RParen).into(),
64486448
};
64496449
assert_eq!(with.cte_tables.first().unwrap(), &expected);
64506450
}

0 commit comments

Comments
 (0)