We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403bc5b commit 4d49d2dCopy full SHA for 4d49d2d
tests/testsuite/cargo_add/path_inferred_name/mod.rs
@@ -27,7 +27,7 @@ fn case() {
27
28
snapbox::cmd::Command::cargo_ui()
29
.arg("add")
30
- .arg_line("cargo-list-test-fixture-dependency --path ../dependency")
+ .arg_line("--path ../dependency")
31
.current_dir(&cwd)
32
.assert()
33
.success()
0 commit comments