Skip to content
Merged
Prev Previous commit
Next Next commit
test(replace): Clarify name for remaining new test
  • Loading branch information
epage committed Oct 18, 2023
commit 162a73f005e9e9ccea7ea1b3c04538d3f4eac253
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