Skip to content

Commit 00209ed

Browse files
committed
fix tests
1 parent 2a2009a commit 00209ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialog/tooltip/tooltip.directive.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe("Tooltip directive", () => {
3939
it("should create the tooltip component and tooltip should appear at the top", () => {
4040
TestBed.overrideComponent(TooltipTestComponent, {
4141
set: {
42-
template: "<button ibmTooltip='Hello There' placement='top'>Me</button>"
42+
template: "<button ibmTooltip='Hello There' placement='top'>Me</button><ibm-placeholder></ibm-placeholder>"
4343
}
4444
});
4545
const fixture = TestBed.createComponent(TooltipTestComponent);

0 commit comments

Comments
 (0)