Skip to content

Commit cbee7c6

Browse files
authored
docs: fix stale integration test path in cli/mod.rs (#6108)
1 parent 4922bbb commit cbee7c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prqlc/prqlc/src/cli/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ fn combine_prql_and_frames(source: &str, frames: Vec<(Option<pr::Span>, pl::Line
657657
}
658658

659659
/// Unit tests for `prqlc`. Integration tests (where we call the actual binary)
660-
/// are in `prqlc/tests/test.rs`.
660+
/// are in `prqlc/prqlc/src/cli/test.rs`.
661661
#[cfg(test)]
662662
mod tests {
663663
use insta::assert_snapshot;

0 commit comments

Comments
 (0)