Skip to content

docs: fix stale integration test path in cli/mod.rs - #6108

Merged
max-sixty merged 1 commit into
mainfrom
docs/stale-integration-test-path
Jul 25, 2026
Merged

docs: fix stale integration test path in cli/mod.rs#6108
max-sixty merged 1 commit into
mainfrom
docs/stale-integration-test-path

Conversation

@prql-bot

Copy link
Copy Markdown
Collaborator

The doc comment on the tests module in prqlc/prqlc/src/cli/mod.rs pointed integration tests to prqlc/tests/test.rs, a path that no longer exists — it was removed during the crate reorg in #4083 ("Combine prql-compiler into prqlc"). The integration tests that invoke the actual binary (via get_cargo_bin("prqlc") / assert_cmd_snapshot!) now live in the sibling file prqlc/prqlc/src/cli/test.rs. This updates the reference to point there.

Found during the nightly code-quality survey of cli/mod.rs. No regression test is feasible — this is a comment-only change with no runtime behavior.

@max-sixty
max-sixty merged commit cbee7c6 into main Jul 25, 2026
36 checks passed
@max-sixty
max-sixty deleted the docs/stale-integration-test-path branch July 25, 2026 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants