We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cad6f8 commit 9363443Copy full SHA for 9363443
src/lib/tooltip/tooltip.spec.ts
@@ -63,7 +63,7 @@ describe('MdTooltip', () => {
63
});
64
}));
65
66
- it('should not follow through with hide if show is called after', fakeAsync(() => {
+ it('should not follow through with hide if show is called after', fakeAsync(() => {
67
tooltipDirective.show();
68
expect(tooltipDirective._isTooltipVisible()).toBe(true);
69
0 commit comments