Skip to content

Commit

Permalink
Fix in tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Dec 11, 2024
1 parent 4cf28b9 commit dc2c29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/query-engine/translation/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub fn test_translation(testname: &str) -> Result<String, translation::error::Er
let pretty = sqlformat::format(
&query.sql,
&sqlformat::QueryParams::None,
sqlformat::FormatOptions::default(),
&sqlformat::FormatOptions::default(),
);

Ok(format!("{}\n\n{:?}", pretty, params))
Expand Down

0 comments on commit dc2c29e

Please sign in to comment.