Skip to content

Commit 0fc6e78

Browse files
author
Radko Kolev
committed
chore(tree-grid): removing redundant code from the tests #2530
1 parent 52cca8b commit 0fc6e78

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: projects/igniteui-angular/src/lib/grids/tree-grid/tree-grid-selection.spec.ts

-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ describe('IgxTreeGrid - Selection', () => {
3535

3636
treeGrid = fix.componentInstance.treeGrid;
3737
treeGrid.rowSelectable = true;
38-
treeGrid.primaryKey = 'ID';
3938
await wait();
4039
fix.detectChanges();
4140
});
@@ -203,7 +202,6 @@ describe('IgxTreeGrid - Selection', () => {
203202

204203
treeGrid = fix.componentInstance.treeGrid;
205204
treeGrid.rowSelectable = true;
206-
treeGrid.primaryKey = 'ID';
207205
await wait();
208206
fix.detectChanges();
209207
});

0 commit comments

Comments
 (0)