From 9307719a4b4f9419347314c9f79ab14107eebee8 Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Mon, 22 May 2023 18:40:12 -0700 Subject: [PATCH] Add run until parked for test --- crates/collab/src/tests/integration_tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/collab/src/tests/integration_tests.rs b/crates/collab/src/tests/integration_tests.rs index 807510d70555ed446d9ecf9d9bc40a6aa652f162..439ee0786a1b850bb68ffef539be1651f8ca0480 100644 --- a/crates/collab/src/tests/integration_tests.rs +++ b/crates/collab/src/tests/integration_tests.rs @@ -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) });