Skip to content

Commit

Permalink
test_generate_cli_reference: fixup to 52c415e, remove mysterious comment
Browse files Browse the repository at this point in the history
If I can't tell what this comment means, probably nobody else can
either.

I think it might be a copy-paste error from whatever docs I copied the
initial version of the config from.
  • Loading branch information
ilyagr committed Jun 16, 2024
1 parent 726ceb8 commit 20cc26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tests/test_generate_md_cli_help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fn test_generate_markdown_docs_in_docs_dir() {
let mut markdown_help = PREAMBLE.to_string();
markdown_help
.push_str(&test_env.jj_cmd_success(test_env.env_root(), &["util", "markdown-help"]));
// Validate partial snapshot, redacting any lines nested 2+ indent levels.

insta::with_settings!({
snapshot_path => ".",
snapshot_suffix => ".md",
Expand Down

0 comments on commit 20cc26d

Please sign in to comment.