Skip to content

Commit 6621eae

Browse files
committed
test(grid): use pinned to cover more lines
1 parent 771beab commit 6621eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/tree-grid/tree-grid-integration.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1742,7 +1742,7 @@ describe('IgxTreeGrid - Integration #tGrid', () => {
17421742
expect(firstRow.expanded).toBe(false);
17431743

17441744
expect(firstRow.pinned).toBeFalse();
1745-
firstRow.pin();
1745+
firstRow.pinned = true;
17461746
expect(firstRow.pinned).toBeTrue();
17471747
});
17481748
});

0 commit comments

Comments
 (0)