Skip to content

Commit f8e197a

Browse files
author
Dilovan Celik
committed
fixed clippy error
1 parent 6b1bc46 commit f8e197a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqlparser_redshift.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,5 +395,5 @@ fn test_parse_nested_quoted_identifier() {
395395
#[test]
396396
fn parse_extract_single_quotes() {
397397
let sql = "SELECT EXTRACT('month' FROM my_timestamp) FROM my_table";
398-
redshift().verified_stmt(&sql);
398+
redshift().verified_stmt(sql);
399399
}

0 commit comments

Comments
 (0)