diff --git a/crates/server/tests/heavy_tests/main.rs b/crates/server/tests/heavy_tests/main.rs index 0dc6074b2b..78842e44f4 100644 --- a/crates/server/tests/heavy_tests/main.rs +++ b/crates/server/tests/heavy_tests/main.rs @@ -95,6 +95,7 @@ pub fn foo() {} { "packages": [ { + "is_member": true, "manifest": "$PROJECT_ROOT$/Cargo.toml", "name": "foo", "targets": [ 0 ] @@ -102,8 +103,7 @@ pub fn foo() {} ], "targets": [ { "kind": "Lib", "name": "foo", "pkg": 0, "root": "$PROJECT_ROOT$/src/lib.rs" } - ], - "ws_members": [ 0 ] + ] } ]"# );