Skip to content

Commit 24a2968

Browse files
author
aleksei.p
committed
update a test name
1 parent 6ad7811 commit 24a2968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqlparser_snowflake.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ fn parse_sf_create_or_replace_with_comment_for_snowflake() {
977977
}
978978

979979
#[test]
980-
fn parse_sf_create_table_or_view_with_dollars_comment() {
980+
fn parse_sf_create_table_or_view_with_dollar_quoted_comment() {
981981
assert!(snowflake()
982982
.parse_sql_statements(
983983
r#"CREATE OR REPLACE TEMPORARY VIEW foo.bar.baz (

0 commit comments

Comments
 (0)