Skip to content

Commit cc08bf3

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Fixing merge issue.
1 parent d5f3d98 commit cc08bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/hierarchical-grid/hierarchical-grid.virtualization.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('IgxHierarchicalGrid Virtualization #hGrid', () => {
5858
});
5959

6060
it('Should retain child scroll position when expanding and collapsing through rows', async () => {
61-
const firstRow = hierarchicalGrid.dataRowList.toArray()[0] as IgxHierarchicalRowComponent;;
61+
const firstRow = hierarchicalGrid.dataRowList.toArray()[0] as IgxHierarchicalRowComponent;
6262
// first child of the row should expand indicator
6363
UIInteractions.clickElement(firstRow.expander);
6464
fixture.detectChanges();

0 commit comments

Comments
 (0)