mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
removed invalid focus assertion
This commit is contained in:
parent
d6acea525d
commit
77a4f907a0
1 changed files with 0 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue