From b8bddd6c05a5ea76c8c7e0e6d3a797f051d4416f Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Fri, 2 Jul 2021 15:18:08 +0200 Subject: [PATCH] Fix tests --- zed-rpc/src/peer.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zed-rpc/src/peer.rs b/zed-rpc/src/peer.rs index bdab225c69f611b1b691d36e385053e754e23496..49f62ec15b4c642af1d0b259b1037a90ede3b9b1 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![], }), };