Skip to content

Commit e421345

Browse files
Added workspace_default_members to tests.
1 parent b28601d commit e421345

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testsuite/metadata.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1954,6 +1954,7 @@ const MANIFEST_OUTPUT: &str = r#"
19541954
"documentation": null
19551955
}],
19561956
"workspace_members": [ "foo 0.5.0 (path+file:[..]foo)" ],
1957+
"workspace_default_members": [ "foo 0.5.0 (path+file:[..]foo)" ],
19571958
"resolve": null,
19581959
"target_directory": "[..]foo/target",
19591960
"version": 1,
@@ -2318,6 +2319,7 @@ fn cargo_metadata_path_to_cargo_toml_project() {
23182319
"workspace_members": [
23192320
"bar 0.5.0 (path+file:[..])"
23202321
],
2322+
"workspace_default_members": [],
23212323
"workspace_root": "[..]",
23222324
"metadata": null
23232325
}

0 commit comments

Comments
 (0)