Skip to content

Commit

Permalink
Fix comment text.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Aug 10, 2020
1 parent f69613b commit 779593e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('FieldTitleBar', () => {

container.simulate('mouseout');

// Run the timers so the EuiTooltip will be visible
// Run the timers so the EuiTooltip will be hidden again
jest.runAllTimers();

wrapper.update();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('FieldTypeIcon', () => {

container.simulate('mouseout');

// Run the timers so the EuiTooltip will be visible
// Run the timers so the EuiTooltip will be hidden again
jest.runAllTimers();

typeIconComponent.update();
Expand Down

0 comments on commit 779593e

Please sign in to comment.