Skip to content

Commit

Permalink
Update test description per comment
Browse files Browse the repository at this point in the history
Co-authored-by: Miki <amoo_miki@yahoo.com>
Signed-off-by: Yulong Ruan <ruanyu1@gmail.com>
  • Loading branch information
ruanyl and AMoo-Miki authored Sep 27, 2023
1 parent 7964677 commit 80758aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/public/workspace/workspaces_service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 80758aa

Please sign in to comment.