test(replace): Clarify name for remaining new test

This commit is contained in:
Ed Page 2023-10-10 21:35:02 -05:00
parent 7502318a85
commit 1e34066360

View File

@ -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"))