Skip to content

Commit 684bca2

Browse files
authored
Typo: "togother" -> "together" (#15204)
In test name, `nonexistence_package_togother_with_workspace`.
2 parents e4bd878 + 8e1931f commit 684bca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/workspaces.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2626,7 +2626,7 @@ foo v0.1.0 ([ROOT]/foo/sub/foo)
26262626
}
26272627

26282628
#[cargo_test]
2629-
fn nonexistence_package_togother_with_workspace() {
2629+
fn nonexistence_package_together_with_workspace() {
26302630
let p = project()
26312631
.file(
26322632
"Cargo.toml",

0 commit comments

Comments
 (0)