Skip to content

Commit a5b2bc7

Browse files
committed
Don't specify the depdency name in the inferred name test
1 parent fa64658 commit a5b2bc7

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

Lines changed: 1 addition & 1 deletion
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)