Skip to content

Commit 58397f7

Browse files
committed
build: test failure in example (angular#32996)
Fixes that a test is failing after some recent changes. (cherry picked from commit a55b197)
1 parent cdb184e commit 58397f7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/components-examples/material/tree/tree-harness/tree-harness-example.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
{{node.name}}
77
</mat-tree-node>
88
<!-- This is the tree node template for expandable nodes -->
9-
<mat-tree-node *matTreeNodeDef="let node;when: hasChild" matTreeNodePadding matTreeNodeToggle
9+
<mat-tree-node
10+
*matTreeNodeDef="let node; when: hasChild"
11+
matTreeNodePadding
12+
isExpandable
13+
matTreeNodeToggle
1014
[cdkTreeNodeTypeaheadLabel]="node.name">
1115
<button matIconButton matTreeNodeToggle [attr.aria-label]="'Toggle ' + node.name">
1216
<mat-icon class="mat-icon-rtl-mirror">
@@ -15,4 +19,4 @@
1519
</button>
1620
{{node.name}}
1721
</mat-tree-node>
18-
</mat-tree>
22+
</mat-tree>

0 commit comments

Comments
 (0)