From 80758aae438560445f8a1f8e69008e1c90603c84 Mon Sep 17 00:00:00 2001 From: Yulong Ruan Date: Wed, 27 Sep 2023 09:26:15 +0800 Subject: [PATCH] Update test description per comment Co-authored-by: Miki Signed-off-by: Yulong Ruan --- src/core/public/workspace/workspaces_service.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/public/workspace/workspaces_service.test.ts b/src/core/public/workspace/workspaces_service.test.ts index b8f9b17ae0c8..3bedc734d92c 100644 --- a/src/core/public/workspace/workspaces_service.test.ts +++ b/src/core/public/workspace/workspaces_service.test.ts @@ -35,7 +35,7 @@ describe('WorkspacesService', () => { expect(workspacesStart.workspaceList$.value.length).toBe(0); }); - it('the current workspace should also updated after changing current workspace id', () => { + it('currentWorkspace is updated when currentWorkspaceId changes', () => { expect(workspacesStart.currentWorkspace$.value).toBe(null); workspacesStart.initialized$.next(true);