chore: fmt

This commit is contained in:
nathan 2023-11-28 01:29:01 +08:00
parent 5090711272
commit cdb80bf13a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}