diff --git a/prqlc/prqlc/src/cli/mod.rs b/prqlc/prqlc/src/cli/mod.rs index d4e8cc2bff51..d847e3d3ab6d 100644 --- a/prqlc/prqlc/src/cli/mod.rs +++ b/prqlc/prqlc/src/cli/mod.rs @@ -657,7 +657,7 @@ fn combine_prql_and_frames(source: &str, frames: Vec<(Option, pl::Line } /// Unit tests for `prqlc`. Integration tests (where we call the actual binary) -/// are in `prqlc/tests/test.rs`. +/// are in `prqlc/prqlc/src/cli/test.rs`. #[cfg(test)] mod tests { use insta::assert_snapshot;