From 20cc26d67f197d4ede7ce49cc5e19f94b363a02d Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Sat, 15 Jun 2024 17:04:41 -0700 Subject: [PATCH] test_generate_cli_reference: fixup to 52c415e, remove mysterious comment 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. --- cli/tests/test_generate_md_cli_help.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tests/test_generate_md_cli_help.rs b/cli/tests/test_generate_md_cli_help.rs index b4b8a339ac..c4a6c32ce5 100644 --- a/cli/tests/test_generate_md_cli_help.rs +++ b/cli/tests/test_generate_md_cli_help.rs @@ -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",