Skip to content

Commit 98b7065

Browse files
MKirovaMayaKirova
authored andcommitted
chore(*): Update test.
1 parent 7cf133e commit 98b7065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid/column-group.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ describe('IgxGrid - multi-column headers #grid', () => {
918918
spyOn(grid.columnInit, 'emit').and.callThrough();
919919
componentInstance.mchCount.push({});
920920
fixture.detectChanges();
921-
const colsCount = 2; // 1 col group and 1 col
921+
const colsCount = grid.columns.length; // all
922922
expect(grid.columnInit.emit).toHaveBeenCalledTimes(colsCount);
923923
});
924924
});

0 commit comments

Comments
 (0)