Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Sep 27, 2023
1 parent d7da892 commit b9b8f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sqlparser_sqlite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ fn parse_create_table_with_strict() {
}

#[test]
fn parse_attach_to() {
fn parse_attach_database() {
let sql = "ATTACH DATABASE 'test.db' AS test";
let verified_stmt = sqlite().verified_stmt(sql);
assert_eq!(sql, format!("{}", verified_stmt));
Expand Down

0 comments on commit b9b8f7f

Please sign in to comment.