Skip to content

Commit ce863e6

Browse files
committed
test(templates): fix id causing test to fail
1 parent 81be5ff commit ce863e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/cli/src/app/templates/templates.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { ITreeOptions } from 'angular-tree-component';
1919
</tree-root>
2020
2121
<h3>treeNodeWrapper</h3>
22-
<tree-root id="tree2" [focused]="true" [nodes]="nodes2" [options]="options1">
22+
<tree-root id="tree3" [focused]="true" [nodes]="nodes2" [options]="options1">
2323
<ng-template #treeNodeWrapperTemplate let-node let-index="index">
2424
<input type="checkbox"><span>&rarr;</span>
2525
<span [class]="node.data.className" [class.title]="true">{{ node.data.title }}</span>

0 commit comments

Comments
 (0)