Skip to content

Commit

Permalink
ok another type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smith committed Oct 2, 2020
1 parent c2f01ce commit 65f1556
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,14 @@ describe('getServiceAnnotations', () => {
searchAggregatedTransactions: false,
}),
{
mockResponse: () => noVersions,
mockResponse: () =>
noVersions as ESSearchResponse<
unknown,
ESSearchRequest,
{
restTotalHitsAsInt: false;
}
>,
}
);

Expand Down

0 comments on commit 65f1556

Please sign in to comment.