Add run until parked for test
This commit is contained in:
parent
51d94f532b
commit
9307719a4b
1 changed files with 1 additions and 0 deletions
|
@ -2688,6 +2688,7 @@ async fn test_git_branch_name(
|
|||
});
|
||||
|
||||
let project_remote_c = client_c.build_remote_project(project_id, cx_c).await;
|
||||
deterministic.run_until_parked();
|
||||
project_remote_c.read_with(cx_c, |project, cx| {
|
||||
assert_branch(Some("branch-2"), project, cx)
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue