Update tests/sqlparser_common.rs

Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
This commit is contained in:
Luca Cappelletti 2025-11-14 15:36:45 +01:00 committed by GitHub
parent 586ec01b0c
commit 110271b399
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3589,7 +3589,6 @@ fn test_double_value() {
for (input, expected) in test_cases {
for (i, expr) in input.iter().enumerate() {
println!("Testing expression: {}", expr);
if let Statement::Query(query) =
dialects.one_statement_parses_to(&format!("SELECT {expr}"), "")
{