Skip to content

Commit

Permalink
fix: linting error
Browse files Browse the repository at this point in the history
Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
  • Loading branch information
ruanyl authored and SuZhou-Joe committed Aug 31, 2023
1 parent 3fb30fe commit fe4c331
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/core/public/saved_objects/saved_objects_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ import {

import { SimpleSavedObject } from './simple_saved_object';
import { HttpFetchOptions, HttpSetup } from '../http';
import { WorkspacesStart } from '../workspace';

type SavedObjectsFindOptions = Omit<
SavedObjectFindOptionsServer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const createStartContractMock = () => {
find: jest.fn(),
get: jest.fn(),
update: jest.fn(),
setCurrentWorkspace: jest.fn(),
},
};
return mock;
Expand Down

0 comments on commit fe4c331

Please sign in to comment.