Skip to content

Commit 0d4c2ad

Browse files
committed
fix ts
1 parent 890128c commit 0d4c2ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/legacy/plugins/reporting/server/usage/reporting_usage_collector.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ describe('Ready for collection observable', () => {
424424
const makeCollectorSpy = sinon.spy();
425425
usageCollection.makeUsageCollector = makeCollectorSpy;
426426

427-
const plugins = getPluginsMock({ usageCollection });
427+
const plugins = getPluginsMock({ usageCollection } as any);
428428
registerReportingUsageCollector(mockReporting, plugins);
429429

430430
const [args] = makeCollectorSpy.firstCall.args;

0 commit comments

Comments
 (0)