added stubs for more tests

This commit is contained in:
Mikayla Maki 2022-10-25 17:09:26 -07:00
parent 7d33520b2c
commit a9dc46c950

View file

@ -49,7 +49,8 @@ impl Db {
&self,
worktree_roots: &[Arc<Path>],
) -> SerializedWorkspace {
// Find the workspace id which is uniquely identified by this set of paths return it if found
// Find the workspace id which is uniquely identified by this set of paths
// return it if found
let mut workspace_id = self.workspace_id(worktree_roots);
if workspace_id.is_none() && worktree_roots.len() == 0 {
workspace_id = self.last_workspace_id();
@ -388,6 +389,12 @@ mod tests {
use super::WorkspaceId;
#[test]
fn test_empty_worktrees() {
// TODO determine update_worktree_roots(), workspace_id(), recent_workspaces()
// semantics for this case
}
#[test]
fn test_more_workspace_ids() {
let data = &[