parent
07dbee8651
commit
f60774bbdd
8 changed files with 67 additions and 24 deletions
|
@ -554,7 +554,10 @@ mod tests {
|
|||
positions: Vec::new(),
|
||||
string: "fake candidate".to_string(),
|
||||
}];
|
||||
delegate.workspaces = vec![(0, WorkspaceLocation::new(vec!["/test/path/"]))];
|
||||
delegate.workspaces = vec![(
|
||||
WorkspaceId::default(),
|
||||
WorkspaceLocation::new(vec!["/test/path/"]),
|
||||
)];
|
||||
});
|
||||
})
|
||||
.unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue