Skip to content

Commit 6d393f7

Browse files
committed
chore(*): Forgotten fit #6260
1 parent 7874306 commit 6d393f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid-row-selection.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,7 @@ describe('IgxGrid - Row Selection #grid', () => {
16741674
expect(grid.onRowSelectionChange.emit).toHaveBeenCalledTimes(6);
16751675
}));
16761676

1677-
fit('Should select only filtered records', async() => {
1677+
it('Should select only filtered records', async() => {
16781678
grid.height = '1100px';
16791679
const tree = new FilteringExpressionsTree(FilteringLogic.And);
16801680
tree.filteringOperands.push({

0 commit comments

Comments
 (0)