Skip to content

Commit

Permalink
Attempt fixing wrong type
Browse files Browse the repository at this point in the history
  • Loading branch information
criamico committed Feb 16, 2022
1 parent df285fc commit 47f6ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/fleet/public/mock/plugin_dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const createSetupDepsMock = () => {
export const createStartDepsMock = () => {
return {
data: dataPluginMock.createStartContract(),
fieldFormats: fieldFormatsServiceMock.create().start(),
fieldFormats: fieldFormatsServiceMock.createStartContract() as any,
navigation: navigationPluginMock.createStartContract(),
customIntegrations: customIntegrationsMock.createStart(),
share: sharePluginMock.createStartContract(),
Expand Down

0 comments on commit 47f6ac4

Please sign in to comment.