Skip to content

Commit

Permalink
fix ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Apr 8, 2020
1 parent 890128c commit 0d4c2ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ describe('Ready for collection observable', () => {
const makeCollectorSpy = sinon.spy();
usageCollection.makeUsageCollector = makeCollectorSpy;

const plugins = getPluginsMock({ usageCollection });
const plugins = getPluginsMock({ usageCollection } as any);
registerReportingUsageCollector(mockReporting, plugins);

const [args] = makeCollectorSpy.firstCall.args;
Expand Down

0 comments on commit 0d4c2ad

Please sign in to comment.