From caf6a7785901ee320b391ba8271d04a4cd22b3d2 Mon Sep 17 00:00:00 2001 From: Ryan Leary Date: Fri, 3 Jan 2025 12:30:13 -0500 Subject: [PATCH] fix: update clippy test --- crates/uv/tests/it/help.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/crates/uv/tests/it/help.rs b/crates/uv/tests/it/help.rs index 514fad4102ad..85fc7adcf6c8 100644 --- a/crates/uv/tests/it/help.rs +++ b/crates/uv/tests/it/help.rs @@ -863,7 +863,7 @@ fn help_unknown_subcommand() { generate-shell-completion "); - uv_snapshot!(context.filters(), context.help().arg("foo").arg("bar"), @r###" + uv_snapshot!(context.filters(), context.help().arg("foo").arg("bar"), @r" success: false exit_code: 2 ----- stdout ----- @@ -878,6 +878,7 @@ fn help_unknown_subcommand() { lock export tree + license tool python pip @@ -888,7 +889,7 @@ fn help_unknown_subcommand() { self version generate-shell-completion - "###); + "); } #[test]