Skip to content

Commit 7abdb03

Browse files
committed
fix build issue
1 parent 3f431d5 commit 7abdb03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/tooltip/tooltip.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ describe('MdTooltip', () => {
144144
tooltipInstance._afterVisibilityAnimation(new AnimationTransitionEvent({
145145
fromState: 'visible',
146146
toState: 'hidden',
147-
totalTime: 150
147+
totalTime: 150,
148+
phaseName: '',
148149
}));
149150
}));
150151
});

0 commit comments

Comments
 (0)