Skip to content

Commit 779593e

Browse files
committed
Fix comment text.
1 parent f69613b commit 779593e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

x-pack/plugins/ml/public/application/components/field_title_bar/field_title_bar.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describe('FieldTitleBar', () => {
8282

8383
container.simulate('mouseout');
8484

85-
// Run the timers so the EuiTooltip will be visible
85+
// Run the timers so the EuiTooltip will be hidden again
8686
jest.runAllTimers();
8787

8888
wrapper.update();

x-pack/plugins/ml/public/application/components/field_type_icon/field_type_icon.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe('FieldTypeIcon', () => {
4747

4848
container.simulate('mouseout');
4949

50-
// Run the timers so the EuiTooltip will be visible
50+
// Run the timers so the EuiTooltip will be hidden again
5151
jest.runAllTimers();
5252

5353
typeIconComponent.update();

0 commit comments

Comments
 (0)