Skip to content

Commit a7c7737

Browse files
committed
chore(*): update the unit test
1 parent 05f074b commit a7c7737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ describe('IgxGrid - Grid Sorting #grid', () => {
550550
expect(grid.sortingDone.emit).toHaveBeenCalledTimes(2);
551551
}));
552552

553-
fit('Should allow setting custom templates for header sorting none/ascending/descending icons.', () => {
553+
it('Should allow setting custom templates for header sorting none/ascending/descending icons.', () => {
554554
fixture = TestBed.createComponent(SortByParityComponent);
555555
fixture.detectChanges();
556556
grid = fixture.componentInstance.grid;

0 commit comments

Comments
 (0)