Skip to content

Commit

Permalink
fix: update clippy test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleary committed Jan 22, 2025
1 parent 7d84a99 commit caf6a77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/uv/tests/it/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 -----
Expand All @@ -878,6 +878,7 @@ fn help_unknown_subcommand() {
lock
export
tree
license
tool
python
pip
Expand All @@ -888,7 +889,7 @@ fn help_unknown_subcommand() {
self
version
generate-shell-completion
"###);
");
}

#[test]
Expand Down

0 comments on commit caf6a77

Please sign in to comment.