Skip to content

Commit bfcddd3

Browse files
committed
update
1 parent 2ed8e68 commit bfcddd3

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

tests/sqlparser_bigquery.rs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2656,9 +2656,7 @@ fn test_export_data() {
26562656
interpolate: None,
26572657
}),
26582658
limit_clause: Some(LimitClause::LimitOffset {
2659-
limit: Some(Expr::Value(
2660-
Value::Number("10".into(), false).with_empty_span()
2661-
)),
2659+
limit: Some(Expr::Value(number("10").with_empty_span())),
26622660
offset: None,
26632661
limit_by: vec![],
26642662
}),
@@ -2762,9 +2760,7 @@ fn test_export_data() {
27622760
interpolate: None,
27632761
}),
27642762
limit_clause: Some(LimitClause::LimitOffset {
2765-
limit: Some(Expr::Value(
2766-
Value::Number("10".into(), false).with_empty_span()
2767-
)),
2763+
limit: Some(Expr::Value(number("10").with_empty_span())),
27682764
offset: None,
27692765
limit_by: vec![],
27702766
}),

0 commit comments

Comments
 (0)