chore: fmt
This commit is contained in:
parent
5090711272
commit
cdb80bf13a
|
|
@ -23,7 +23,7 @@ async fn edit_workspace_without_permission() {
|
|||
|
||||
assert_client_collab(&mut client_1, &workspace_id, json!({"name": "AppFlowy"}), 3).await;
|
||||
|
||||
/// client 2 has not permission to read/edit the workspace
|
||||
// client 2 has not permission to read/edit the workspace
|
||||
assert_client_collab(&mut client_2, &workspace_id, json!({}), 3).await;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue