Skip to content

Commit

Permalink
Fix uncaught typecheck merge conflict (#70001)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacqary authored Jun 25, 2020
1 parent 61a69f3 commit 3b9bbdb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ describe('Expression', () => {
};

const mocks = coreMock.createSetup();
const startMocks = coreMock.createStart();
const [
{
application: { capabilities },
Expand All @@ -48,7 +49,7 @@ describe('Expression', () => {
toastNotifications: mocks.notifications.toasts,
actionTypeRegistry: actionTypeRegistryMock.create() as any,
alertTypeRegistry: alertTypeRegistryMock.create() as any,
docLinks: mocks.docLinks,
docLinks: startMocks.docLinks,
capabilities: {
...capabilities,
actions: {
Expand Down

0 comments on commit 3b9bbdb

Please sign in to comment.