removed invalid focus assertion

Kay Simmons created

Change summary

crates/collab/src/tests/integration_tests.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

crates/collab/src/tests/integration_tests.rs 🔗

@@ -5623,7 +5623,6 @@ async fn test_following(
             .downcast::<Editor>()
             .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())