mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
Fix tests
This commit is contained in:
parent
7ae1d9e997
commit
b8bddd6c05
1 changed files with 2 additions and 0 deletions
|
@ -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![],
|
||||
}),
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue