Skip to content

Commit adca306

Browse files
committed
Update tests
1 parent 1f654a1 commit adca306

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/itwin/tree-widget/src/test/trees/common/Utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ describe("Utils", () => {
6363
},
6464
{
6565
path: subTreePath2,
66-
options: { autoExpand: { depthInPath: 2 } },
66+
options: { autoExpand: { depthInPath: 3 } },
6767
},
6868
{
6969
path: subTreePath3,

packages/itwin/tree-widget/src/test/trees/models-tree/UseModelsTree.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ describe("useModelsTree", () => {
243243
{ id: modelIds[1], className: modelClass },
244244
{ id: categoryIds[1], className: categoryClass },
245245
],
246-
options: { autoExpand: { depthInPath: 1 } },
246+
options: { autoExpand: { depthInPath: 2 } },
247247
},
248248
];
249249
expect(result).to.deep.eq(expectedResult);

0 commit comments

Comments
 (0)