Skip to content

Commit

Permalink
test(grid): remove fit #1245
Browse files Browse the repository at this point in the history
  • Loading branch information
DiyanDimitrov committed Nov 14, 2018
1 parent 6ba96bc commit b458c86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ describe('IgxGrid Component Tests', () => {
});
});

fit('Should calculate default column width when a column has width in %', () => {
it('Should calculate default column width when a column has width in %', () => {
const fix = TestBed.createComponent(IgxGridColumnPercentageWidthComponent);
fix.componentInstance.initColumnsRows(5, 3);
fix.detectChanges();
Expand Down

0 comments on commit b458c86

Please sign in to comment.