Skip to content

Commit 94977cb

Browse files
committed
Auto merge of #14357 - dpaoliello:infname, r=epage
Don't specify the depedency name in the `cargo add` inferred name test The `cargo_add/path_inferred_name` was incorrectly adding the name of the dependency to add in its command line.
2 parents 403bc5b + 4d49d2d commit 94977cb

File tree

1 file changed

+1
-1
lines changed
  • tests/testsuite/cargo_add/path_inferred_name

1 file changed

+1
-1
lines changed

tests/testsuite/cargo_add/path_inferred_name/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fn case() {
2727

2828
snapbox::cmd::Command::cargo_ui()
2929
.arg("add")
30-
.arg_line("cargo-list-test-fixture-dependency --path ../dependency")
30+
.arg_line("--path ../dependency")
3131
.current_dir(&cwd)
3232
.assert()
3333
.success()

0 commit comments

Comments
 (0)