Merge pull request #2106 from zed-industries/fix-local-integration-test-failure
fix local failing test
This commit is contained in:
commit
486b3f64d1
1 changed files with 2 additions and 0 deletions
|
@ -2571,6 +2571,8 @@ async fn test_fs_operations(
|
||||||
})
|
})
|
||||||
.await
|
.await
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
deterministic.run_until_parked();
|
||||||
|
|
||||||
worktree_a.read_with(cx_a, |worktree, _| {
|
worktree_a.read_with(cx_a, |worktree, _| {
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
worktree
|
worktree
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue