Skip to content

Commit fe2d4f3

Browse files
author
Stacey Gammon
committed
fix typescript error in test fixtures
1 parent c95c965 commit fe2d4f3

File tree

1 file changed

+1
-1
lines changed
  • packages/kbn-docs-utils/src/api_docs/tests/__fixtures__/src/plugin_a/public

1 file changed

+1
-1
lines changed

packages/kbn-docs-utils/src/api_docs/tests/__fixtures__/src/plugin_a/public/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,6 @@ export class PluginA implements PluginMock<Setup, Start> {
172172
}
173173

174174
start() {
175-
return { getSearchLanguage: () => SearchLanguage.EQL };
175+
return { getSearchLanguage: () => SearchLanguage.EQL, anInternalStartFn: () => 'ho' };
176176
}
177177
}

0 commit comments

Comments
 (0)