Skip to content

Commit

Permalink
Fixing unit test that was causing typecheck failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Maja Grubic committed Dec 11, 2019
1 parent 408f191 commit ff865d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ describe('NewVisModal', () => {
editorParams={['foo=true', 'bar=42', 'addToDashboard']}
addBasePath={addBasePath}
uiSettings={uiSettings}
savedObjects={{} as SavedObjectsStart}
/>
);
const visButton = wrapper.find('button[data-test-subj="visType-visWithAliasUrl"]');
Expand Down

0 comments on commit ff865d6

Please sign in to comment.