diff --git a/crates/collab/src/tests/integration_tests.rs b/crates/collab/src/tests/integration_tests.rs index a645d6dc71ed24732d44291bab047db3844019ee..9db5996b39525c4f73895476444f643de84e0721 100644 --- a/crates/collab/src/tests/integration_tests.rs +++ b/crates/collab/src/tests/integration_tests.rs @@ -5623,7 +5623,6 @@ async fn test_following( .downcast::() .unwrap() }); - assert!(cx_b.read(|cx| editor_b2.is_focused(cx))); assert_eq!( cx_b.read(|cx| editor_b2.project_path(cx)), Some((worktree_id, "2.txt").into())