Skip to content

Commit

Permalink
Added workspace_default_members to tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-r-earp committed May 3, 2023
1 parent b28601d commit e421345
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testsuite/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1954,6 +1954,7 @@ const MANIFEST_OUTPUT: &str = r#"
"documentation": null
}],
"workspace_members": [ "foo 0.5.0 (path+file:[..]foo)" ],
"workspace_default_members": [ "foo 0.5.0 (path+file:[..]foo)" ],
"resolve": null,
"target_directory": "[..]foo/target",
"version": 1,
Expand Down Expand Up @@ -2318,6 +2319,7 @@ fn cargo_metadata_path_to_cargo_toml_project() {
"workspace_members": [
"bar 0.5.0 (path+file:[..])"
],
"workspace_default_members": [],
"workspace_root": "[..]",
"metadata": null
}
Expand Down

0 comments on commit e421345

Please sign in to comment.