Skip to content

Commit

Permalink
Fix TS error.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Jun 9, 2020
1 parent f797a23 commit ddc8666
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('Data Streams tab', () => {
});

test('goes to index templates tab when "Get started" link is clicked', async () => {
const { actions, exists, component } = testBed;
const { actions, exists } = testBed;

await act(async () => {
actions.clickEmptyPromptIndexTemplateLink();
Expand Down

0 comments on commit ddc8666

Please sign in to comment.