Rename project's 'public'/'private' flag to 'online'/'offline'
This commit is contained in:
parent
b2aa831017
commit
e18bc24989
4 changed files with 59 additions and 59 deletions
|
@ -519,7 +519,7 @@ async fn test_private_projects(
|
|||
.read_with(cx_b, |store, _| { store.contacts()[0].projects.is_empty() }));
|
||||
|
||||
// The project is registered when it is made public.
|
||||
project_a.update(cx_a, |project, cx| project.set_public(true, cx));
|
||||
project_a.update(cx_a, |project, cx| project.set_online(true, cx));
|
||||
deterministic.run_until_parked();
|
||||
assert!(project_a.read_with(cx_a, |project, _| project.remote_id().is_some()));
|
||||
assert!(!client_b
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue