diff --git a/zed-rpc/src/peer.rs b/zed-rpc/src/peer.rs index bdab225c69..49f62ec15b 100644 --- a/zed-rpc/src/peer.rs +++ b/zed-rpc/src/peer.rs @@ -451,6 +451,7 @@ mod tests { id: 2, content: "path/two content".to_string(), history: vec![], + selections: vec![], }), }; let request4 = proto::OpenBuffer { @@ -462,6 +463,7 @@ mod tests { id: 1, content: "path/one content".to_string(), history: vec![], + selections: vec![], }), };