Skip to content

Commit

Permalink
optimize the code
Browse files Browse the repository at this point in the history
Signed-off-by: yubonluo <[email protected]>
  • Loading branch information
yubonluo committed Nov 8, 2024
1 parent 48ae92c commit 208cc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/saved_objects_management/public/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('Utils', () => {
expect(obj).toEqual({ foo: 'bar', availableWorkspaces: ['foo', 'bar'], workspaces: ['foo'] });
});

describe('navigateToInspectPage', () => {
describe('formatInspectUrl', () => {
const mockCoreStart = coreMock.createStart();
const savedObject = {
type: 'dashboard',
Expand Down

0 comments on commit 208cc1e

Please sign in to comment.