Skip to content

Commit 48de342

Browse files
Update src/dialog/tooltip/tooltip.directive.spec.ts
Co-Authored-By: cal-smith <[email protected]>
1 parent 0e18159 commit 48de342

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ describe("Tooltip directive", () => {
3939
it("should create the tooltip component and tooltip should appear at the top", () => {
4040
TestBed.overrideComponent(TooltipTest, {
4141
set: {
42-
template: "<button ibmTooltip='Hello There' placement='top'>Me</button><ibm-placeholder></ibm-placeholder>"
42+
template: `
43+
<button ibmTooltip="Hello There" placement="top">Me</button>
44+
<ibm-placeholder></ibm-placeholder>
45+
`
4346
}
4447
});
4548
const fixture = TestBed.createComponent(TooltipTest);

0 commit comments

Comments
 (0)