Fix tests

This commit is contained in:
Antonio Scandurra 2021-07-02 15:18:08 +02:00
parent 7ae1d9e997
commit b8bddd6c05

View file

@ -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![],
}),
};