Skip to content

Commit

Permalink
Optimize test description
Browse files Browse the repository at this point in the history
Signed-off-by: gaobinlong <[email protected]>
  • Loading branch information
gaobinlong committed Apr 11, 2024
1 parent 42242bb commit f172517
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ describe(`duplicate saved objects among workspaces`, () => {
await server.stop();
});

it('formats successful response', async () => {
it('formats successful response if all requested saved objects are not valid', async () => {
clientMock.get.mockResolvedValueOnce({ success: true });
exportSavedObjectsToStream.mockResolvedValueOnce(createListStream([]));

Expand Down

0 comments on commit f172517

Please sign in to comment.