Skip to content

Commit 2f51ae7

Browse files
committed
fixing tests
1 parent 41e2337 commit 2f51ae7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/lib/tooltip/tooltip.spec.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ import {
66
fakeAsync,
77
flushMicrotasks
88
} from '@angular/core/testing';
9-
import {Component, DebugElement, AnimationTransitionEvent, ViewChild, ChangeDetectionStrategy} from '@angular/core';
9+
import {
10+
Component,
11+
DebugElement,
12+
AnimationTransitionEvent,
13+
ViewChild,
14+
ChangeDetectionStrategy
15+
} from '@angular/core';
1016
import {By} from '@angular/platform-browser';
1117
import {TooltipPosition, MdTooltip, MdTooltipModule, SCROLL_THROTTLE_MS} from './tooltip';
1218
import {OverlayContainer} from '../core';
@@ -391,6 +397,7 @@ describe('MdTooltip', () => {
391397
flushMicrotasks();
392398
expect(tooltipDirective._tooltipInstance).toBeNull();
393399
}));
400+
});
394401
});
395402

396403
@Component({
@@ -452,4 +459,4 @@ class ScrollableTooltipDemo {
452459
class OnPushTooltipDemo {
453460
position: string = 'below';
454461
message: string = initialTooltipMessage;
455-
}
462+
}

0 commit comments

Comments
 (0)