Skip to content

Commit 2ed8e68

Browse files
committed
update
1 parent 84a0e12 commit 2ed8e68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/sqlparser_bigquery.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2657,7 +2657,7 @@ fn test_export_data() {
26572657
}),
26582658
limit_clause: Some(LimitClause::LimitOffset {
26592659
limit: Some(Expr::Value(
2660-
Value::Number("10".to_string(), false).with_empty_span()
2660+
Value::Number("10".into(), false).with_empty_span()
26612661
)),
26622662
offset: None,
26632663
limit_by: vec![],
@@ -2763,7 +2763,7 @@ fn test_export_data() {
27632763
}),
27642764
limit_clause: Some(LimitClause::LimitOffset {
27652765
limit: Some(Expr::Value(
2766-
Value::Number("10".to_string(), false).with_empty_span()
2766+
Value::Number("10".into(), false).with_empty_span()
27672767
)),
27682768
offset: None,
27692769
limit_by: vec![],

0 commit comments

Comments
 (0)