From cdb80bf13a63e9d4c3aa71bac7c296564c5ed922 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 28 Nov 2023 01:29:01 +0800 Subject: [PATCH] chore: fmt --- tests/collab/workspace_collab.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/collab/workspace_collab.rs b/tests/collab/workspace_collab.rs index 77681f54..b315e8fb 100644 --- a/tests/collab/workspace_collab.rs +++ b/tests/collab/workspace_collab.rs @@ -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; }