Skip to content

Commit 4435d3f

Browse files
committed
fix tests
1 parent d31efa6 commit 4435d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqlparser_bigquery.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ fn parse_typed_struct_syntax_bigquery() {
857857
assert_eq!(
858858
&Expr::Struct {
859859
values: vec![Expr::Value(
860-
Value::SingleQuotedString("2011-05-05".into()).with_empty_span()
860+
Value::DoubleQuotedString("2011-05-05".into()).with_empty_span()
861861
)],
862862
fields: vec![StructField {
863863
field_name: None,

0 commit comments

Comments
 (0)