Skip to content

Commit 6a6e561

Browse files
author
Roman Borschel
committed
Fix (my own) lint error from a previous PR.
1 parent 56b63be commit 6a6e561

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)