Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Jul 1, 2024
1 parent e2c306e commit acff874
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion prqlc/prqlc/tests/integration/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ fn compile_project() {

#[test]
fn format() {
// Test stdin formatting (unchanged)
// Test stdin formatting
assert_cmd_snapshot!(prqlc_command().args(["fmt"]).pass_stdin("from tracks | take 20"), @r###"
success: true
exit_code: 0
Expand All @@ -367,6 +367,8 @@ fn format() {
----- stderr -----
"###);

// Test formatting a path:

// Create a temporary directory
let temp_dir = TempDir::new().expect("Failed to create temp directory");

Expand Down

0 comments on commit acff874

Please sign in to comment.