Skip to content

Commit

Permalink
test(replace): Clarify name for remaining new test
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 18, 2023
1 parent 04aba58 commit 162a73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testsuite/replace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,7 @@ error: could not compile `foo` (lib) due to previous error
}

#[cargo_test]
fn override_different_metadata_3() {
fn override_spec_metadata_is_optional() {
Package::new("bar", "0.1.0+a").publish();

let bar = git::repo(&paths::root().join("override"))
Expand Down

0 comments on commit 162a73f

Please sign in to comment.