Skip to content

Commit

Permalink
fix typescript error in test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon committed Mar 2, 2021
1 parent c95c965 commit fe2d4f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,6 @@ export class PluginA implements PluginMock<Setup, Start> {
}

start() {
return { getSearchLanguage: () => SearchLanguage.EQL };
return { getSearchLanguage: () => SearchLanguage.EQL, anInternalStartFn: () => 'ho' };
}
}

0 comments on commit fe2d4f3

Please sign in to comment.