Add integration test for git status
This commit is contained in:
parent
e20eaca595
commit
65d4c4f6ed
4 changed files with 148 additions and 9 deletions
|
@ -2820,6 +2820,8 @@ async fn test_git_status_sync(
|
|||
|
||||
// And synchronization while joining
|
||||
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_status(
|
||||
&Path::new(A_TXT),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue