Skip to content

Commit b087ddb

Browse files
committed
chore(*): update for lint
1 parent 3edba8f commit b087ddb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,6 @@ describe('IgxGrid - Cell component', () => {
872872
cell = grid.getCellByColumn(0, 'fullName');
873873
expect(cell.value).toEqual('New Name');
874874
});
875-
});
876875

877876
it('should fit last cell in the available display container when there is vertical scroll.', async(() => {
878877
const fix = TestBed.createComponent(VirtualGridComponent);

0 commit comments

Comments
 (0)