Skip to content

Commit 7fb35c9

Browse files
committed
test(install): correct the term workspace -> local packagd
1 parent 79bb2d7 commit 7fb35c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/testsuite/install.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2365,9 +2365,9 @@ fn self_referential() {
23652365
}
23662366

23672367
#[cargo_test]
2368-
fn ambiguous_registry_vs_local_workspace_package() {
2369-
// Correctly install 'foo' from a workspace, even if that workspace
2370-
// (somewhere) also depends on a registry package named 'foo'.
2368+
fn ambiguous_registry_vs_local_package() {
2369+
// Correctly install 'foo' from a local package, even if that package also
2370+
// depends on a registry dependency named 'foo'.
23712371
Package::new("foo", "0.0.1")
23722372
.file("src/lib.rs", "fn hello() {}")
23732373
.publish();

0 commit comments

Comments
 (0)