removed invalid focus assertion
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user