Skip to content

Commit

Permalink
Don't specify the depdency name in the inferred name test
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaoliello authored and stupendoussuperpowers committed Aug 7, 2024
1 parent 7860eae commit 6d53189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testsuite/cargo_add/path_inferred_name/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fn case() {

snapbox::cmd::Command::cargo_ui()
.arg("add")
.arg_line("cargo-list-test-fixture-dependency --path ../dependency")
.arg_line("--path ../dependency")
.current_dir(&cwd)
.assert()
.success()
Expand Down

0 comments on commit 6d53189

Please sign in to comment.