Fix another lint error

This commit is contained in:
Michael Victor Zink 2025-08-07 09:57:43 -07:00
parent 20af33af59
commit 3d65adf08d

View file

@ -2806,9 +2806,9 @@ fn test_export_data() {
);
let err = bigquery()
.parse_sql_statements(concat!(
.parse_sql_statements(
"EXPORT DATA AS SELECT field1, field2 FROM mydataset.table1 ORDER BY field1 LIMIT 10",
))
)
.unwrap_err();
assert_eq!(
err.to_string(),