Skip to content

Commit

Permalink
Fix usage_collection mock after #57693 got merged
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Feb 28, 2020
1 parent fc272ba commit c53a740
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/plugins/usage_collection/server/mocks.ts
Expand Up @@ -27,9 +27,6 @@ const createSetupContract = () => {
logger: loggingServiceMock.createLogger(),
maximumWaitTimeForAllCollectorsInS: 1,
}),
registerLegacySavedObjects: jest.fn() as jest.Mocked<
UsageCollectionSetup['registerLegacySavedObjects']
>,
} as UsageCollectionSetup;
};

Expand Down

0 comments on commit c53a740

Please sign in to comment.