diff --git a/crates/sidebar/src/sidebar_tests.rs b/crates/sidebar/src/sidebar_tests.rs index c9c202217b05c8e3ee28f0196a4a60e88ffc2f98..f6f36ab619ff69552ddaaae381a0af51b0999e6a 100644 --- a/crates/sidebar/src/sidebar_tests.rs +++ b/crates/sidebar/src/sidebar_tests.rs @@ -3715,7 +3715,7 @@ async fn test_git_worktree_added_live_updates_sidebar(cx: &mut TestAppContext) { // The chip name is derived from the path even before git discovery. assert_eq!( visible_entries_as_strings(&sidebar, cx), - vec!["v [project]", " [~ Draft]"] + vec!["v [project]", " Worktree Thread {rosewood}"] ); // Now add the worktree to the git state and trigger a rescan.