Reverts zed-industries/zed#9658, as the Docker image is now available. Release notes: - N/A
This commit is contained in:
parent
ae6f138b6c
commit
945d8c2112
6 changed files with 11 additions and 7 deletions
|
@ -590,7 +590,7 @@ mod tests {
|
|||
(TaskSourceKind::UserInput, common_name.to_string()),
|
||||
(TaskSourceKind::UserInput, "user_input".to_string()),
|
||||
];
|
||||
let worktree_1_tasks = vec![
|
||||
let worktree_1_tasks = [
|
||||
(
|
||||
TaskSourceKind::Worktree {
|
||||
id: worktree_1,
|
||||
|
@ -606,7 +606,7 @@ mod tests {
|
|||
"worktree_1".to_string(),
|
||||
),
|
||||
];
|
||||
let worktree_2_tasks = vec![
|
||||
let worktree_2_tasks = [
|
||||
(
|
||||
TaskSourceKind::Worktree {
|
||||
id: worktree_2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue