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())