Skip to content

Commit 63f8a6c

Browse files
committed
Remove extra whitespace in DEFAULT VALUES ON CONFLICT test
apache#1037 removed the extra whitespace, so we need to remove it here as well now.
1 parent cc9cc5f commit 63f8a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqlparser_common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ fn parse_insert_default_values() {
159159
}
160160

161161
let insert_with_default_values_and_on_conflict =
162-
verified_stmt("INSERT INTO test_table DEFAULT VALUES ON CONFLICT DO NOTHING");
162+
verified_stmt("INSERT INTO test_table DEFAULT VALUES ON CONFLICT DO NOTHING");
163163

164164
match insert_with_default_values_and_on_conflict {
165165
Statement::Insert {

0 commit comments

Comments
 (0)