From 8e1931f3a4d7414d204f72936400bd6fc6a30306 Mon Sep 17 00:00:00 2001 From: Samuel Moelius <35515885+smoelius@users.noreply.github.com> Date: Wed, 19 Feb 2025 06:33:21 -0500 Subject: [PATCH] Typo: "togother" -> "together" In test name, `nonexistence_package_togother_with_workspace`. --- tests/testsuite/workspaces.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testsuite/workspaces.rs b/tests/testsuite/workspaces.rs index 692212c52..707b81a16 100644 --- a/tests/testsuite/workspaces.rs +++ b/tests/testsuite/workspaces.rs @@ -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",