Skip to content

Commit b18b27a

Browse files
lint 1
1 parent 0e8b278 commit b18b27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqlparser_snowflake.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ fn test_snowflake_stage_object_names() {
10311031
"@namespace.stage_name/path",
10321032
"@~/path",
10331033
];
1034-
let mut allowed_object_names = vec![
1034+
let mut allowed_object_names = [
10351035
ObjectName(vec![Ident::new("my_company"), Ident::new("emp_basic")]),
10361036
ObjectName(vec![Ident::new("@namespace"), Ident::new("%table_name")]),
10371037
ObjectName(vec![

0 commit comments

Comments
 (0)