Skip to content

Commit 2ae898e

Browse files
HristoP96HristoP96
authored andcommitted
chore(*): remove lint errors
1 parent 1dee107 commit 2ae898e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,13 +344,15 @@ describe('IgxGrid - Grid Sorting #grid', () => {
344344

345345
// Verify that the grid is NOT sorted.
346346
expect(GridFunctions.getValueFromCellElement(GridFunctions.getCurrentCellFromGrid(grid, 0, 1))).toEqual('Jane');
347+
// tslint:disable-next-line: max-line-length
347348
expect(GridFunctions.getValueFromCellElement(GridFunctions.getCurrentCellFromGrid(grid, grid.data.length - 1, 1))).toEqual('Connor');
348349

349350
GridFunctions.clickHeaderSortIcon(firstHeaderCell);
350351
fixture.detectChanges();
351352

352353
// Verify that the grid is NOT sorted.
353354
expect(GridFunctions.getValueFromCellElement(GridFunctions.getCurrentCellFromGrid(grid, 0, 1))).toEqual('Jane');
355+
// tslint:disable-next-line: max-line-length
354356
expect(GridFunctions.getValueFromCellElement(GridFunctions.getCurrentCellFromGrid(grid, grid.data.length - 1, 1))).toEqual('Connor');
355357
});
356358
});

0 commit comments

Comments
 (0)