Show worktree root names when sharing additional projects on a call
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
This commit is contained in:
parent
94c68d246e
commit
b8c2acf0f2
9 changed files with 153 additions and 35 deletions
|
@ -819,6 +819,7 @@ async fn test_active_call_events(
|
|||
avatar: None,
|
||||
}),
|
||||
project_id: project_a_id,
|
||||
worktree_root_names: vec!["a".to_string()],
|
||||
}]
|
||||
);
|
||||
|
||||
|
@ -836,6 +837,7 @@ async fn test_active_call_events(
|
|||
avatar: None,
|
||||
}),
|
||||
project_id: project_b_id,
|
||||
worktree_root_names: vec!["b".to_string()]
|
||||
}]
|
||||
);
|
||||
assert_eq!(mem::take(&mut *events_b.borrow_mut()), vec![]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue