Typo: "togother" -> "together" (#15204)

In test name, `nonexistence_package_togother_with_workspace`.
This commit is contained in:
Ed Page 2025-02-19 14:31:55 +00:00 committed by GitHub
commit 684bca2012
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2626,7 +2626,7 @@ foo v0.1.0 ([ROOT]/foo/sub/foo)
}
#[cargo_test]
fn nonexistence_package_togother_with_workspace() {
fn nonexistence_package_together_with_workspace() {
let p = project()
.file(
"Cargo.toml",