Skip to content

Commit

Permalink
Update get_usage_collector.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp committed May 3, 2021
1 parent 1740605 commit 22e1e8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import { getStats } from './get_usage_collector';
import { createCollectorFetchContextMock } from '../../../usage_collection/server/mocks';
import type { HomeServerPluginSetup } from '../../../home/server';
import type { SavedObjectsClientContract } from '../../../../core/server/types';
import type { SavedObjectsClientContract } from '../../../../core/server';

const mockedSavedObjects = [
// vega-lite lib spec
Expand Down

0 comments on commit 22e1e8c

Please sign in to comment.