Skip to content

Commit 92a54d0

Browse files
committed
Snowflake GRANT privileges on account objects
1 parent 660ef6b commit 92a54d0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/sqlparser_snowflake.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3542,10 +3542,3 @@ fn test_alter_session() {
35423542
);
35433543
snowflake().one_statement_parses_to("ALTER SESSION UNSET a\nB", "ALTER SESSION UNSET a, B");
35443544
}
3545-
3546-
#[test]
3547-
fn test_xxx() {
3548-
snowflake()
3549-
.parse_sql_statements("grant monitor on warehouse ETL_ENV_SHARE to role \"abc\"")
3550-
.unwrap();
3551-
}

0 commit comments

Comments
 (0)