Skip to content

Commit b55e990

Browse files
committed
fix(tree): Fix tree tests after type changes
1 parent 3e544c0 commit b55e990

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/material/tree/tree-using-tree-control.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type TreeContent = NodeContent[];
2424

2525
describe('MatTree', () => {
2626
/** Represents an indent for expectNestedTreeToMatch */
27-
const _ = {};
27+
const _ = '';
2828
let treeElement: HTMLElement;
2929
let underlyingDataSource: FakeDataSource;
3030

src/material/tree/tree.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type TreeContent = NodeContent[];
1717

1818
describe('MatTree', () => {
1919
/** Represents an indent for expectNestedTreeToMatch */
20-
const _ = {};
20+
const _ = '';
2121
let treeElement: HTMLElement;
2222
let underlyingDataSource: FakeDataSource;
2323

0 commit comments

Comments
 (0)