chore: bump version (#4083)

This commit is contained in:
Alex Yang
2023-08-31 18:50:03 -05:00
committed by GitHub
parent 1e30a3c7fe
commit 25671e2134
19 changed files with 503 additions and 775 deletions
+2 -2
View File
@@ -106,11 +106,11 @@ describe('Workspace Module', () => {
const user = await signUp(app, 'u1', 'u1@affine.pro', '1');
const workspace = await createWorkspace(app, user.token.token);
rejects(
await rejects(
getPublicWorkspace(app, 'not_exists_ws'),
'must not get not exists workspace'
);
rejects(
await rejects(
getPublicWorkspace(app, workspace.id),
'must not get private workspace'
);