Skip to content

Commit

Permalink
chore(*): remove forgotten f from spec file #3071
Browse files Browse the repository at this point in the history
  • Loading branch information
SAndreeva authored Dec 4, 2018
1 parent 2ae31f5 commit 4c1710b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ describe('IgxGrid - Deferred Column Resizing', () => {
expect(column.width).toEqual('111px');
}));

fit('should size headers correctly when column width is below the allowed minimum.', fakeAsync(() => {
it('should size headers correctly when column width is below the allowed minimum.', fakeAsync(() => {
const fixture = TestBed.createComponent(ColGridComponent);
fixture.detectChanges();
tick();
Expand Down

0 comments on commit 4c1710b

Please sign in to comment.