Skip to content

Commit

Permalink
delete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yubonluo committed Mar 6, 2024
1 parent c1a4b1e commit 9430f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/workspace/server/integration_tests/routes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ describe('workspace service', () => {
page: 1,
})
.expect(200);
// Global and Management workspace will be created by default after workspace list API called.
// Global workspace will be created by default after workspace list API called.
expect(listResult.body.result.total).toEqual(3);
});
it('unable to perform operations on workspace by calling saved objects APIs', async () => {
Expand Down Expand Up @@ -295,7 +295,7 @@ describe('workspace service', () => {
})
.expect(200);
expect(findResult.body.total).toEqual(0);
// Global and Management workspace will be created by default after workspace list API called.
// Global workspace will be created by default after workspace list API called.
expect(listResult.body.result.total).toEqual(2);
});
});
Expand Down

0 comments on commit 9430f40

Please sign in to comment.